Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.cc31 HloModuleConfig::HloModuleConfig(const ProgramShape& program_shape, in HloModuleConfig()
40 const ProgramShape& program_shape) { in SetDefaultComputationLayout()
Dcomputation_layout.cc27 ComputationLayout::ComputationLayout(const ProgramShape& program_shape, in ComputationLayout()
61 ProgramShape program_shape; in ComputeProgramShape() local
Dlocal_service.cc99 const ProgramShape* program_shape) { in CreateExecutionOptions()
129 ProgramShape program_shape(proto.host_program_shape()); in CompileExecutables() local
Dhlo_proto_util.cc62 const auto& program_shape = hlo_proto.hlo_module().host_program_shape(); in EntryComputationParameterShapes() local
Dhlo_module.cc396 const ProgramShape& program_shape, const DebugOptions& debug_options, in CreateModuleConfigFromShape()
443 ProgramShape program_shape(module.host_program_shape()); in CreateModuleConfigFromProto() local
Dservice.cc266 const ProgramShape& program_shape, in CreateModuleConfig()
350 const ProgramShape& program_shape, in CreateModuleConfig()
1107 ProgramShape program_shape(arg->computation().host_program_shape()); in ComputeConstantGraph() local
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.h36 xla::ProgramShapeProto program_shape; // Static shape of args and results. member
Dcodegen.cc701 std::unique_ptr<xla::ProgramShapeProto> program_shape; in GenerateMetadata() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc26 const ProgramShape& program_shape, in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc162 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout()
262 /* static */ void LayoutUtil::ClearLayout(ProgramShape* program_shape) { in ClearLayout()
301 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { in HasLayout()
Dshape.cc222 std::ostream& operator<<(std::ostream& out, const ProgramShape& program_shape) { in operator <<()
Dshape_test.cc145 ProgramShape program_shape; in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc217 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
260 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
Dxla_compiled_cpu_function.h299 StaticData* static_data, const xla::ProgramShapeProto* program_shape) { in set_static_data_program_shape()
/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/xrt/kernels/
Dxrt_compile_ops.cc180 xla::ProgramShapeProto program_shape = executable->executable() in Compute() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Ddirect_tpu_driver.cc150 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
Dtpu_service.proto74 required xla.ProgramShapeProto program_shape = 1; field
Drecording_tpu_driver.cc99 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
Dgrpc_tpu_driver.cc127 Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc76 ProgramShape program_shape; in GetProgramShapeWithLayout() local
225 const auto& program_shape = GetProgramShapeWithLayout(test_module); in MakeReferenceModule() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto40 xla.ProgramShapeProto program_shape = 4; field
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1033 xla::ProgramShapeProto program_shape; in TEST() local
1088 xla::ProgramShapeProto program_shape; in TEST() local
1136 xla::ProgramShape program_shape(program_shape_proto); in TEST() local
1526 xla::ProgramShapeProto program_shape; in TEST() local

12