Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h303 module->mutable_entry_computation_layout()->parameter_count()); in ForceParameterLayout()
304 module->mutable_entry_computation_layout() in ForceParameterLayout()
312 module->mutable_entry_computation_layout() in ForceResultLayout()
319 module->mutable_entry_computation_layout() in ForceResultLayout()
327 module->mutable_entry_computation_layout() in ForceClearResultLayout()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_util.cc51 config->mutable_entry_computation_layout(); in CreateModuleConfig()
172 *module->mutable_entry_computation_layout()->mutable_parameter_layout(i) = in UpdateEntryComputationLayout()
177 *module->mutable_entry_computation_layout()->mutable_result_layout() = in UpdateEntryComputationLayout()
Dhlo_module.h148 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
149 return config_.mutable_entry_computation_layout(); in mutable_entry_computation_layout()
Dhlo_module_config.h106 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
Dlayout_assignment_test.cc1336 m->mutable_entry_computation_layout() in AssignLayoutsToComputation()
1340 LayoutAssignment layout_assignment(m->mutable_entry_computation_layout(), in AssignLayoutsToComputation()
1369 *m->mutable_entry_computation_layout()->mutable_result_layout() = in TEST_F()
Dhlo_computation.cc171 config.mutable_entry_computation_layout()->add_parameter_layout( in AddEntryComputationParameter()
191 *config.mutable_entry_computation_layout()->mutable_parameter_layout( in ReplaceEntryComputationParameter()
Dhlo_module.cc572 module_config.mutable_entry_computation_layout(); in CreateModuleConfigFromShape()
Ddynamic_padder_test.cc539 new_config.mutable_entry_computation_layout() in PadAndExecute()
Dhlo_parser.cc954 *config.mutable_entry_computation_layout() = *entry_computation_layout; in ParseHloModule()
1001 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
1006 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc96 hlo_module->mutable_entry_computation_layout()); in RunHloOptimization()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc68 config->mutable_entry_computation_layout(); in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc613 module->mutable_entry_computation_layout(), target_machine_features, in RunHloPassesThroughLayoutAssn()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc599 hlo_module->mutable_entry_computation_layout(), stream_exec, in OptimizeHloModule()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc4556 *config.mutable_entry_computation_layout() = in Run()