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

Method num_inputs

tensorflow/cc/framework/ops.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 explicit Operation(Node* n);
41
42 int32 num_inputs() const { return node_->num_inputs(); }
43 DataType input_type(int32 o) const { return node_->input_type(o); }
44 Output input(int32 i) const;
45

Callers 15

DynamicStitchGradFunction · 0.45
SplitVGradFunction · 0.45
ConcatGradHelperFunction · 0.45
ConcatV2GradFunction · 0.45
BroadcastToGradFunction · 0.45
TileGradFunction · 0.45
GatherV2GradFunction · 0.45
Conv2DBackpropInputGradFunction · 0.45
AddNGradFunction · 0.45
CumsumGradFunction · 0.45
CastGradFunction · 0.45
SelectGradFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected