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

Method input_list

tensorflow/core/framework/op_kernel.cc:631–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631Status OpKernelContext::input_list(StringPiece name, OpInputList* list) {
632 int start, stop;
633 TF_RETURN_IF_ERROR(params_->op_kernel->InputRange(name, &start, &stop));
634 *list = OpInputList(this, start, stop);
635 return Status::OK();
636}
637
638Status OpKernelContext::mutable_input_list(StringPiece name,
639 OpMutableInputList* list) {

Callers 15

ReadSparseIntFeaturesMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
GetComputationInputsFunction · 0.45
ComputeMethod · 0.45

Calls 2

OpInputListClass · 0.85
InputRangeMethod · 0.80

Tested by 2

MakeDatasetMethod · 0.36
MakeDatasetMethod · 0.36