Home
last modified time | relevance | path

Searched defs:program_shape (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.cc33 HloModuleConfig::HloModuleConfig(const ProgramShape& program_shape) in HloModuleConfig()
37 const ProgramShape& program_shape) { in SetDefaultComputationLayout()
Dcomputation_layout.cc26 ComputationLayout::ComputationLayout(const ProgramShape& program_shape) in ComputationLayout()
Dservice.cc265 const ProgramShape& program_shape, in CreateModuleConfig()
325 const ProgramShape& program_shape, in CreateModuleConfig()
1235 ProgramShape program_shape; in ComputeConstant() local
Dhlo_module.cc260 ProgramShape program_shape; in ProgramShapeFromProto() local
Dhlo_computation.cc527 ProgramShape program_shape; in ComputeProgramShape() local
Duser_computation.cc1621 auto program_shape = MakeUnique<ProgramShape>(); in ComputeProgramShape() local
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.h36 xla::ProgramShape program_shape; // Static shape of args and results. member
Dcodegen.cc539 std::unique_ptr<xla::ProgramShape> program_shape; in GenerateMetadata() local
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc135 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout()
237 /* static */ void LayoutUtil::ClearLayout(ProgramShape* program_shape) { in ClearLayout()
322 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { in HasLayout()
Dshape_util.cc174 ProgramShape program_shape; in MakeProgramShape() local
484 /* static */ string ShapeUtil::HumanString(const ProgramShape& program_shape) { in HumanString()
Dxla.proto464 ProgramShape program_shape = 1; field
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc101 auto program_shape = in MakeFakeArgumentsOrDie() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_text.cc55 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
Ddumped_computation_to_operation_list.cc80 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc119 const xla::ProgramShape* program_shape = function.ProgramShape(); in TEST() local
Dxla_jit_compiled_cpu_function.cc40 const xla::ProgramShape& program_shape) { in ComputeArgSizes()
Dxla_compiled_cpu_function.h78 const xla::ProgramShape* program_shape = nullptr; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc76 ProgramShape program_shape; in GetProgramShapeWithLayout() local
128 const auto& program_shape = GetProgramShapeWithLayout(test_module); in MakeReferenceModule() local