Home
last modified time | relevance | path

Searched defs:entry_computation_layout (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_layout_assignment.h35 : LayoutAssignment(entry_computation_layout, channel_constraints), in LayoutAssignment() argument
H A Dcpu_layout_assignment_test.cc52 ComputationLayout* entry_computation_layout) { in AssignLayouts()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_layout_assignment.h36 : LayoutAssignment(entry_computation_layout, channel_constraints), in LayoutAssignment() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_config.cc36 HloModuleConfig::HloModuleConfig(ComputationLayout entry_computation_layout) in HloModuleConfig()
H A Dhlo_module.h152 const ComputationLayout& entry_computation_layout() const { in entry_computation_layout() function
H A Dhlo_module_config.h99 const ComputationLayout& entry_computation_layout() const { in entry_computation_layout() function
H A Dlayout_assignment_test.cc54 void AssignLayouts(HloModule* m, ComputationLayout* entry_computation_layout, in AssignLayouts()
480 ComputationLayout* entry_computation_layout) in OperandsMustBeTheSameLayoutAssignment()
H A Dlayout_assignment.cc1241 ComputationLayout* entry_computation_layout, in LayoutAssignment()
H A Dhlo_parser.cc926 std::optional<ComputationLayout> entry_computation_layout; in ParseHloModule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_decl.h316 XLA_ComputationLayout entry_computation_layout; member