Home
last modified time | relevance | path

Searched refs:mutable_entry_computation_layout (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h267 module->mutable_entry_computation_layout()->parameter_count()); in ForceParameterLayout()
268 module->mutable_entry_computation_layout() in ForceParameterLayout()
276 module->mutable_entry_computation_layout() in ForceResultLayout()
283 module->mutable_entry_computation_layout() in ForceResultLayout()
291 module->mutable_entry_computation_layout() in ForceClearResultLayout()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h127 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
128 return config_.mutable_entry_computation_layout(); in mutable_entry_computation_layout()
Dhlo_module_config.h66 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
Dlayout_assignment_test.cc1306 m->mutable_entry_computation_layout() in AssignLayoutsToComputation()
1311 m->mutable_entry_computation_layout(), in AssignLayoutsToComputation()
1340 *m->mutable_entry_computation_layout()->mutable_result_layout() = in TEST_F()
Dhlo_module.cc381 module_config.mutable_entry_computation_layout(); in CreateModuleConfigFromProto()
Dhlo_computation.cc134 config.mutable_entry_computation_layout()->add_parameter_layout( in AddEntryComputationParameter()
Dservice.cc270 config->mutable_entry_computation_layout(); in CreateModuleConfig()
Dhlo_parser.cc535 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
540 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc87 hlo_module->mutable_entry_computation_layout(), in RunHloOptimization()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc299 hlo_module->mutable_entry_computation_layout(), in OptimizeHloModule()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc324 module->mutable_entry_computation_layout(), in RunHloPassesThroughLayoutAssn()