#include <nnet-computation-graph.h>
Public Member Functions | |
CindexInfo (const CindexInfo &other)=default | |
CindexInfo () | |
Public Attributes | |
ComputableInfo | computable |
int32 | usable_count |
bool | queued |
bool | dependencies_computed |
Definition at line 169 of file nnet-computation-graph.h.
|
default |
|
inline |
Definition at line 186 of file nnet-computation-graph.h.
ComputableInfo computable |
Definition at line 170 of file nnet-computation-graph.h.
Referenced by ComputationGraphBuilder::ExplainWhyNotComputable(), ComputationGraphBuilder::IncrementUsableCount(), and ComputationGraphBuilder::PruneDependencies().
bool dependencies_computed |
Definition at line 183 of file nnet-computation-graph.h.
bool queued |
Definition at line 180 of file nnet-computation-graph.h.
Referenced by ComputationGraphBuilder::IncrementUsableCount().
int32 usable_count |
Definition at line 171 of file nnet-computation-graph.h.
Referenced by ComputationGraphBuilder::IncrementUsableCount(), and ComputationGraphBuilder::PruneDependencies().