Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc523 xla::Shape result_shape, bool tuple_arguments) in PyTpuExecutable() argument
526 tuple_arguments_(tuple_arguments), in PyTpuExecutable()
808 std::shared_ptr<PyTpuClient> client, bool tuple_arguments) { in Compile() argument
874 std::move(client), std::move(result_layout), tuple_arguments); in Compile()
882 bool tuple_arguments) { in CompileMlir() argument
885 /*use_tuple_args=*/tuple_arguments, in CompileMlir()
888 tuple_arguments); in CompileMlir()
H A Dtpu_client.h339 std::shared_ptr<PyTpuClient> client, bool tuple_arguments);
344 std::shared_ptr<PyTpuClient> client, bool tuple_arguments);
349 xla::Shape result_shape, bool tuple_arguments);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.cc41 std::vector<HloInstruction*> tuple_arguments(shape.tuple_shapes_size()); in CreateConstant() local
43 tuple_arguments[index] = in CreateConstant()
47 HloInstruction::CreateTuple(tuple_arguments)); in CreateConstant()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A D__init__.pyi212 tuple_arguments: bool