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

Method num_inputs

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

Source from the content-addressed store, hash-verified

171 const string& requested_device() const; // Same as def().device()
172
173 int num_inputs() const { return input_types_.size(); }
174 DataType input_type(int i) const { return input_types_[i]; }
175 const DataTypeVector& input_types() const { return input_types_; }
176 const MemoryTypeVector& input_memory_types() const {

Callers 9

EinsumShapeFunction · 0.45
MaxPoolV2ShapeFunction · 0.45
ConcatV2ShapeFunction · 0.45
OpKernelMethod · 0.45
TESTFunction · 0.45
InferShapesMethod · 0.45
ExpectSuccessMethod · 0.45
TEST_FFunction · 0.45
ValidateOpAndTypesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 5

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