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

Method num_inputs

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

Source from the content-addressed store, hash-verified

192const OpDef& Node::op_def() const { return *props_->op_def; }
193
194int32 Node::num_inputs() const { return props_->input_types.size(); }
195DataType Node::input_type(int32 i) const { return props_->input_types[i]; }
196const DataTypeVector& Node::input_types() const { return props_->input_types; }
197

Callers 15

GetInputNodesInfoFunction · 0.45
ConvertKVOpsMethod · 0.45
ConvertToHashImportOpMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
string_ops.ccFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected