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

Method Input

tensorflow/compiler/tf2xla/xla_op_kernel.cc:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80xla::XlaOp XlaOpKernelContext::Input(int index) {
81 return InputExpression(index).AsXlaOp(builder());
82}
83
84xla::XlaOp XlaOpKernelContext::Input(absl::string_view name) {
85 return InputExpression(name).AsXlaOp(builder());

Callers 15

mpi_ops.ccFile · 0.45
mpi_ops.ccFile · 0.45
array_ops.ccFile · 0.45
TESTFunction · 0.45
variable_ops.ccFile · 0.45
image_ops.ccFile · 0.45
dataset_ops.ccFile · 0.45
gcs_config_ops.ccFile · 0.45

Calls 1

AsXlaOpMethod · 0.80

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
test_save_load_layerMethod · 0.36
simple_functional_modelFunction · 0.36
get_modelFunction · 0.36
multi_input_output_modelFunction · 0.36
make_image_modelFunction · 0.36
make_lstm_modelFunction · 0.36
make_embedding_modelFunction · 0.36
TESTFunction · 0.36