Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_to_mlir_hlo.cc25 xla::HloModuleProto* hlo_module_proto, in ConvertHloToMlirHlo() argument
29 .Import(*hlo_module_proto); in ConvertHloToMlirHlo()
Dmlir_hlo_to_hlo.cc1664 xla::HloModuleProto* hlo_module_proto, in AddDynamicParameterBindings() argument
1670 hlo_module_proto->mutable_dynamic_parameter_binding(); in AddDynamicParameterBindings()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc75 string hlo_module_proto; member
675 "'--hlo_snapshot', '--hlo_text', '--hlo_module_proto' flags.";
750 tensorflow::Flag("hlo_module_proto", &opts.hlo_module_proto,
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1784 const auto& hlo_module_proto = result.computation->proto(); in TEST_F() local
1785 ASSERT_EQ(hlo_module_proto.computations_size(), 1); in TEST_F()
1786 const auto& hlo_computation_proto = hlo_module_proto.computations(0); in TEST_F()