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

Method ReadVariableInput

tensorflow/compiler/tf2xla/xla_op_kernel.cc:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431} // namespace
432
433Status XlaOpKernelContext::ReadVariableInput(int index, DataType type,
434 TensorShape* shape,
435 xla::XlaOp* value) {
436 return ReadVariableInputTensor(context_->input(index), type, this, shape,
437 value);
438}
439
440Status XlaOpKernelContext::ReadVariableInput(absl::string_view name,
441 DataType type, TensorShape* shape,

Callers 15

CompileImplFunction · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80

Calls 2

ReadVariableInputTensorFunction · 0.85
inputMethod · 0.45

Tested by

no test coverage detected