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

Method mutable_input

tensorflow/core/kernels/ops_testutil.h:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 TensorValue mutable_input(int input_index) {
212 CHECK_LT(input_index, inputs_.size());
213 return inputs_[input_index];
214 }
215 // Returns the tensor output for 'output_index'.
216 //
217 // REQUIRES: 0 <= output_index < context_->num_outputs()

Callers 15

ComputeMethod · 0.45
GetStackFunction · 0.45
DoUpdateMethod · 0.45
ComputeMethod · 0.45
DoComputeMethod · 0.45
ComputeMethod · 0.45
GetHandleFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected