MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / num_outputs

Method num_outputs

tensorflow/core/graph/graph.cc:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196const DataTypeVector& Node::input_types() const { return props_->input_types; }
197
198int32 Node::num_outputs() const { return props_->output_types.size(); }
199DataType Node::output_type(int32 o) const { return props_->output_types[o]; }
200const DataTypeVector& Node::output_types() const {
201 return props_->output_types;

Callers 15

FindDynamicStitchNodeFunction · 0.45
FoldConstantsFunction · 0.45
ComputeMethod · 0.45
set_output_valueMethod · 0.45
UpdateModelMethod · 0.45
InitModelMethod · 0.45
ExportModelMethod · 0.45
GrowStatsMethod · 0.45
CheckPruneHoeffdingMethod · 0.45
ExtractFromProtoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 9

ScalarsFunction · 0.36
WrapFunctionWithMapDefunFunction · 0.36
GetOutputMethod · 0.36
SetOutputAttrsFunction · 0.36
CreateDatasetMethod · 0.36
CreateOpKernelContextMethod · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
ScalarsFunction · 0.36