|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/ef/api.h"#include "pxr/exec/vdf/maskedOutput.h"#include "pxr/exec/vdf/maskedOutputVector.h"#include "pxr/exec/vdf/typedVector.h"#include <vector>#include <utility>
Include dependency graph for inputValueBlock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | EfInputValueBlock |
| An input value block is a vector of (output, value) pairs, each of which will be used to initialize a network before execution. More... | |
Typedefs | |
| typedef std::vector < EfInputValueBlock > | EfInputValueBlockVector |
| typedef std::vector< EfInputValueBlock > EfInputValueBlockVector |
A vector of EfInputValueBlocks.
Definition at line 162 of file inputValueBlock.h.