Home
last modified time | relevance | path

Searched refs:output_tuple (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc227 XRTTupleAllocation* output_tuple; in DoWork() local
230 &output_tuple)); in DoWork()
243 ? output_tuple->AliasBufferFrom( in DoWork()
251 output_tuple->on_device_shape().IsTuple()) { in DoWork()
253 xla::ShapeUtil::TupleElementCount(output_tuple->on_device_shape()); in DoWork()
264 output_tuple, shape_index, &suballocation, in DoWork()
270 output_tuple->Unref(); in DoWork()
276 TF_RETURN_IF_ERROR(output_tuple->Intern(rm, &key)); in DoWork()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtopk_op.cc51 xla::XlaOp output_tuple = TopK(context->Input(0), k); in Compile() local
52 context->SetOutput(0, xla::GetTupleElement(output_tuple, 0)); in Compile()
53 context->SetOutput(1, xla::GetTupleElement(output_tuple, 1)); in Compile()
Dimage_ops.cc539 xla::XlaOp output_tuple = TopK(scores_included, output_size); in Compile() local
540 xla::XlaOp selected_indices_sorted = xla::GetTupleElement(output_tuple, 1); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc142 const BufferAllocation::Slice& output_tuple, const HloInstruction* hlo) in CudnnBatchNormForwardTrainingThunk() argument
152 output_tuple_(output_tuple) { in CudnnBatchNormForwardTrainingThunk()
222 const BufferAllocation::Slice& output_tuple, const HloInstruction* hlo) in CudnnBatchNormBackwardThunk() argument
234 output_tuple_(output_tuple) { in CudnnBatchNormBackwardThunk()
Dcudnn_batchnorm_thunk.h87 const BufferAllocation::Slice& output_tuple, const HloInstruction* hlo);
121 const BufferAllocation::Slice& output_tuple,
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc298 HloInstruction* output_tuple = in TEST_F() local
306 EXPECT_EQ(computation->root_instruction(), output_tuple); in TEST_F()
/external/tensorflow/tensorflow/python/kernel_tests/
Dpadding_fifo_queue_test.py1523 output_tuple = self.evaluate(output_tuple_t)
1525 for (input_elem, output_elem) in zip(input_tuple, output_tuple):
Dfifo_queue_test.py1409 output_tuple = self.evaluate(output_tuple_t)
1411 for (input_elem, output_elem) in zip(input_tuple, output_tuple):