Home
last modified time | relevance | path

Searched refs:gather_output (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc33 xla::XlaOp* gather_output) { in XlaGather() argument
78 *gather_output = in XlaGather()
145 *gather_output = xla::Gather(input, indices, dim_numbers, slice_sizes); in XlaGather()
Dgather_op_helpers.h40 xla::XlaOp* gather_output);
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtest_graph_tfgather.config.pbtxt15 id { node_name: "gather_output" }
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc3755 nvinfer1::ITensor* gather_output = layer->getOutput(0); in ConvertGather() local
3756 nvinfer1::Dims trt_gather_output_dims = gather_output->getDimensions(); in ConvertGather()
3776 TRT_TensorOrWeights(gather_output), trt_gather_output_dims, in ConvertGather()