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

Method num_outputs

tensorflow/core/framework/op_kernel.h:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 const string& requested_input(int i) const; // Same as def().input(i)
180
181 int num_outputs() const { return output_types_.size(); }
182 DataType output_type(int o) const { return output_types_[o]; }
183 const DataTypeVector& output_types() const { return output_types_; }
184 const MemoryTypeVector& output_memory_types() const {

Callers 9

UnknownShapeFunction · 0.45
ScatterNdUpdateShapeFunction · 0.45
OpKernelMethod · 0.45
TESTFunction · 0.45
InferShapesMethod · 0.45
TESTFunction · 0.45
ExpectSuccessMethod · 0.45
TEST_FFunction · 0.45
ValidateOpAndTypesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

TESTFunction · 0.36
InferShapesMethod · 0.36
TESTFunction · 0.36
ExpectSuccessMethod · 0.36
TEST_FFunction · 0.36
ValidateOpAndTypesMethod · 0.36