/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_config.cc | 31 HloModuleConfig::HloModuleConfig(const ProgramShape& program_shape, in HloModuleConfig() 40 const ProgramShape& program_shape) { in SetDefaultComputationLayout()
|
D | computation_layout.cc | 27 ComputationLayout::ComputationLayout(const ProgramShape& program_shape, in ComputationLayout() 61 ProgramShape program_shape; in ComputeProgramShape() local
|
D | local_service.cc | 99 const ProgramShape* program_shape) { in CreateExecutionOptions() 129 ProgramShape program_shape(proto.host_program_shape()); in CompileExecutables() local
|
D | hlo_proto_util.cc | 62 const auto& program_shape = hlo_proto.hlo_module().host_program_shape(); in EntryComputationParameterShapes() local
|
D | hlo_module.cc | 396 const ProgramShape& program_shape, const DebugOptions& debug_options, in CreateModuleConfigFromShape() 443 ProgramShape program_shape(module.host_program_shape()); in CreateModuleConfigFromProto() local
|
D | service.cc | 266 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/ |
D | compile.h | 36 xla::ProgramShapeProto program_shape; // Static shape of args and results. member
|
D | codegen.cc | 701 std::unique_ptr<xla::ProgramShapeProto> program_shape; in GenerateMetadata() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | compile_only_client.cc | 26 const ProgramShape& program_shape, in CreateModuleConfig()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | layout_util.cc | 162 /* 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()
|
D | shape.cc | 222 std::ostream& operator<<(std::ostream& out, const ProgramShape& program_shape) { in operator <<()
|
D | shape_test.cc | 145 ProgramShape program_shape; in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_jit_compiled_cpu_function_test.cc | 217 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local 260 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
|
D | xla_compiled_cpu_function.h | 299 StaticData* static_data, const xla::ProgramShapeProto* program_shape) { in set_static_data_program_shape()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | dumped_computation_to_text.cc | 53 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
|
D | dumped_computation_to_operation_list.cc | 77 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | testing.cc | 102 auto program_shape = computation.proto().host_program_shape(); in MakeFakeArgumentsOrDie() local
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_compile_ops.cc | 180 xla::ProgramShapeProto program_shape = executable->executable() in Compute() local
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | direct_tpu_driver.cc | 150 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
|
D | tpu_service.proto | 74 required xla.ProgramShapeProto program_shape = 1; field
|
D | recording_tpu_driver.cc | 99 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
|
D | grpc_tpu_driver.cc | 127 Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_test_base.cc | 76 ProgramShape program_shape; in GetProgramShapeWithLayout() local 225 const auto& program_shape = GetProgramShapeWithLayout(test_module); in MakeReferenceModule() local
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt.proto | 40 xla.ProgramShapeProto program_shape = 4; field
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 1033 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
|