Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.cc31 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()
60 ProgramShape program_shape; in ComputeProgramShape() local
Dlocal_service.cc99 const ProgramShape* program_shape) { in CreateExecutionOptions()
125 ProgramShape program_shape(proto.host_program_shape()); in CompileExecutable() local
Dhlo_proto_util.cc62 const auto& program_shape = hlo_proto.hlo_module().host_program_shape(); in EntryComputationParameterShapes() local
Dservice.cc265 const ProgramShape& program_shape, in CreateModuleConfig()
336 const ProgramShape& program_shape, in CreateModuleConfig()
1086 ProgramShape program_shape(arg->computation().host_program_shape()); in ComputeConstantGraph() local
Dhlo_module.cc373 ProgramShape program_shape(module.host_program_shape()); in CreateModuleConfigFromProto() local
Dhlo.proto227 xla.ProgramShapeProto program_shape = 4; field
Dhlo_computation.cc708 ProgramShape program_shape; in ComputeProgramShape() local
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.h36 xla::ProgramShapeProto program_shape; // Static shape of args and results. member
Dcodegen.cc694 std::unique_ptr<xla::ProgramShapeProto> program_shape; in GenerateMetadata() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.cc154 ProgramShape program_shape; in CompileForXrt() local
177 XrtExecutable::XrtExecutable(const ProgramShape& program_shape, int64 handle, in XrtExecutable()
244 const ProgramShape& XrtExecutable::program_shape() const { in program_shape() function in xla::swig::XrtExecutable
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc166 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout()
266 /* static */ void LayoutUtil::ClearLayout(ProgramShape* program_shape) { in ClearLayout()
318 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { in HasLayout()
Dshape_test.cc143 ProgramShape program_shape; in TEST_F() local
Dshape.cc219 std::ostream& operator<<(std::ostream& out, const ProgramShape& program_shape) { in operator <<()
Dshape_util.cc150 ProgramShape program_shape; in MakeProgramShape() local
477 /* static */ string ShapeUtil::HumanString(const ProgramShape& program_shape) { in HumanString()
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_text.cc53 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
Ddumped_computation_to_operation_list.cc77 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc102 auto program_shape = computation.proto().host_program_shape(); in MakeFakeArgumentsOrDie() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc120 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
Dxla_compiled_cpu_function.h297 StaticData* static_data, const xla::ProgramShapeProto* program_shape) { in set_static_data_program_shape()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto40 xla.ProgramShapeProto program_shape = 4; field
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc187 xla::ProgramShapeProto program_shape = executable->executable() in Compute() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc76 ProgramShape program_shape; in GetProgramShapeWithLayout() local
238 const auto& program_shape = GetProgramShapeWithLayout(test_module); in MakeReferenceModule() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc737 xla::ProgramShapeProto program_shape; in TEST() local
792 xla::ProgramShapeProto program_shape; in TEST() local
839 xla::ProgramShape program_shape(program_shape_proto); in TEST() local
1231 xla::ProgramShapeProto program_shape; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc159 ProgramShape program_shape; in GetProgramShape() local
390 HloModuleProto* module, const ProgramShape& program_shape, in PopulateInputOutputAlias()
2545 ProgramShapeProto* program_shape = entry.mutable_program_shape(); in BuildConstantSubGraph() local