Home
last modified time | relevance | path

Searched defs:tuple_arguments (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc523 xla::Shape result_shape, bool tuple_arguments) in PyTpuExecutable()
808 std::shared_ptr<PyTpuClient> client, bool tuple_arguments) { in Compile()
882 bool tuple_arguments) { in CompileMlir()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc41 std::vector<HloInstruction*> tuple_arguments(shape.tuple_shapes_size()); in CreateConstant() local