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

Method InputShape

tensorflow/compiler/tf2xla/xla_op_kernel.cc:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TensorShape XlaOpKernelContext::InputShape(int index) {
89 return context_->input(index).shape();
90}
91
92TensorShape XlaOpKernelContext::InputShape(absl::string_view name) {
93 return GetInputTensorByName(name).shape();

Callers 15

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

Calls 2

shapeMethod · 0.45
inputMethod · 0.45

Tested by

no test coverage detected