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.h268 module->mutable_entry_computation_layout()->parameter_count()); in ForceParameterLayout()
269 module->mutable_entry_computation_layout() in ForceParameterLayout()
277 module->mutable_entry_computation_layout() in ForceResultLayout()
284 module->mutable_entry_computation_layout() in ForceResultLayout()
292 module->mutable_entry_computation_layout() in ForceClearResultLayout()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h144 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
145 return config_.mutable_entry_computation_layout(); in mutable_entry_computation_layout()
Dhlo_module_util.cc51 config->mutable_entry_computation_layout(); in CreateModuleConfig()
Dhlo_module_config.h102 ComputationLayout* mutable_entry_computation_layout() { in mutable_entry_computation_layout() function
Dlayout_assignment_test.cc1300 m->mutable_entry_computation_layout() in AssignLayoutsToComputation()
1305 m->mutable_entry_computation_layout(), in AssignLayoutsToComputation()
1334 *m->mutable_entry_computation_layout()->mutable_result_layout() = in TEST_F()
Dhlo_computation.cc137 config.mutable_entry_computation_layout()->add_parameter_layout( in AddEntryComputationParameter()
157 *config.mutable_entry_computation_layout()->mutable_parameter_layout( in ReplaceEntryComputationParameter()
Dhlo_module.cc471 module_config.mutable_entry_computation_layout(); in CreateModuleConfigFromShape()
Ddynamic_padder_test.cc384 new_config.mutable_entry_computation_layout() in PadAndExecute()
Dhlo_parser.cc858 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
863 TF_CHECK_OK(module->mutable_entry_computation_layout() in ParseComputations()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc90 hlo_module->mutable_entry_computation_layout(), in RunHloOptimization()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc66 config->mutable_entry_computation_layout(); in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc393 module->mutable_entry_computation_layout(), in RunHloPassesThroughLayoutAssn()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc300 hlo_module->mutable_entry_computation_layout(), in OptimizeHloModule()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3711 *config.mutable_entry_computation_layout() = in Run()