Home
last modified time | relevance | path

Searched refs:GetTupleElementShape (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc70 Shape subshape = ShapeUtil::GetTupleElementShape(shape, i); in GetConvertedTupleShape()
91 const Shape& ele_shape = ShapeUtil::GetTupleElementShape(shape, i); in ConvertTupleElements()
94 const Shape& to_ele_shape = ShapeUtil::GetTupleElementShape(to_shape, i); in ConvertTupleElements()
Dallocation_tracker.cc120 ShapeUtil::GetTupleElementShape(shaped_buffer->on_host_shape(), i), in DeconstructTuple()
121 ShapeUtil::GetTupleElementShape(shaped_buffer->on_device_shape(), i), in DeconstructTuple()
Dtuple_simplifier_test.cc151 ShapeUtil::GetTupleElementShape(element->shape(), 0), element, 0)); in TEST_F()
Dhlo_cost_analysis.cc402 ? ShapeUtil::GetTupleElementShape(fft->operand(0)->shape(), 0) in HandleFft()
Dhlo_computation.cc487 ShapeUtil::GetTupleElementShape(instruction->shape(), i), in DeepCopyHelper()
Dlayout_assignment_test.cc217 ShapeUtil::GetTupleElementShape(tuple->shape(), 1), constant1->shape())); in TEST_F()
Dlayout_assignment.cc509 ShapeUtil::GetTupleElementShape(instruction->shape(), 0); in AddMandatoryConstraints()
Dhlo_instruction.cc454 Shape output_shape = ShapeUtil::GetTupleElementShape(operand->shape(), 0); in CreateRecvDone()
1426 CreateRecv(ShapeUtil::GetTupleElementShape(shape, 0), channel_id()); in CloneWithNewOperands()
Dhlo_evaluator.cc2421 ShapeUtil::GetTupleElementShape(operand->shape(), index)); in HandleGetTupleElement()
Duser_computation.cc359 Shape element_shape = ShapeUtil::GetTupleElementShape( in AddGetTupleElementInstruction()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_test.cc101 ShapeUtil::GetTupleElementShape(result->shape(), 0), in XLA_TEST_F()
105 ShapeUtil::GetTupleElementShape(result->shape(), 1), in XLA_TEST_F()
Dliteral_test_util.cc593 RecursiveElementCount(ShapeUtil::GetTupleElementShape(shape, i)); in RecursiveElementCount()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_transfer_manager.cc79 ShapeUtil::GetTupleElementShape(shape, i); in TransferLiteralToInfeed()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc128 const xla::Shape& result0 = ShapeUtil::GetTupleElementShape(result, 0); in TEST()
Dxla_compiler.cc673 xla::ShapeUtil::GetTupleElementShape(result->xla_output_shape, in CompileGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstack_ops.cc49 return XLAShapeToTensorShape(xla::ShapeUtil::GetTupleElementShape(shape, 0), in GetStackShape()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc462 ShapeUtil::GetTupleElementShape(muladd_result, 0); in TEST()
465 ShapeUtil::GetTupleElementShape(muladd_result, 1); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_transfer_manager.cc210 ShapeUtil::GetTupleElementShape(literal_shape, i); in TransferLiteralFromOutfeed()
Dparallel_cpu_executable.cc95 element, ShapeUtil::GetTupleElementShape(shape, i), marked_addresses); in MarkLiveAddressesInOutput()
Dir_emitter.cc353 ShapeUtil::GetTupleElementShape(shape, i); in HandleInfeed()
469 ShapeUtil::GetTupleElementShape(operand_shape, i); in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h416 static const Shape& GetTupleElementShape(const Shape& shape, int64 index);
Dliteral_util_test.cc1627 ShapeUtil::GetTupleElementShape(proto.shape(), 0); in TEST_F()
1643 ShapeUtil::GetTupleElementShape(proto.shape(), 0); in TEST_F()
1648 ShapeUtil::GetTupleElementShape(proto.shape(), 1); in TEST_F()
Dshape_util.cc338 /* static */ const Shape& ShapeUtil::GetTupleElementShape(const Shape& shape, in GetTupleElementShape() function in xla::ShapeUtil
907 ShapeUtil::GetTupleElementShape(shape, i), func, index)); in ForEachSubshapeHelper()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc124 PyShapeInfoFromXlaShape(ShapeUtil::GetTupleElementShape(shape, i))); in PyShapeInfoFromXlaShape()
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc1408 ShapeUtil::GetTupleElementShape(shape, i))) { in ParseTupleLiteral()