Home
last modified time | relevance | path

Searched defs:program_shape (Results 1 – 25 of 38) 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()
45 const ProgramShape& program_shape) { in SetComputationLayoutIfExists()
Dcomputation_layout.cc27 ComputationLayout::ComputationLayout(const ProgramShape& program_shape, in ComputationLayout()
74 ProgramShape program_shape; in ComputeProgramShape() local
Dhlo_module_util.cc45 const ProgramShape& program_shape, in CreateModuleConfig()
Dhlo_proto_util.cc64 const auto& program_shape = hlo_proto.hlo_module().host_program_shape(); in EntryComputationParameterShapes() local
Dlocal_service.cc107 ProgramShape program_shape(proto.host_program_shape()); in CompileExecutables() local
Dservice.cc256 const ProgramShape& program_shape, in CreateModuleConfig()
273 const ProgramShape& program_shape, in CreateModuleConfig()
1063 ProgramShape program_shape(arg->computation().host_program_shape()); in ComputeConstantGraph() local
Dhlo_module.cc436 const ProgramShape& program_shape, const DebugOptions& debug_options, in CreateModuleConfigFromShape()
488 ProgramShape program_shape(module.host_program_shape()); in CreateModuleConfigFromProto() local
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.h36 xla::ProgramShapeProto program_shape; // Static shape of args and results. member
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc27 const ProgramShape& program_shape, in CreateModuleConfig()
Dexecutable_build_options.cc111 const ProgramShape* program_shape) { in CreateExecutionOptions()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc168 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout()
268 /* static */ void LayoutUtil::ClearLayout(ProgramShape* program_shape) { in ClearLayout()
307 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { in HasLayout()
Dshape.cc229 std::ostream& operator<<(std::ostream& out, const ProgramShape& program_shape) { in operator <<()
Dshape_test.cc146 ProgramShape program_shape; in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc220 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
271 const xla::ProgramShape program_shape(*function.ProgramShape()); in TEST() local
/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/core/tpu/kernels/
Dtpu_compile_op_support.cc57 const ProgramShape& program_shape, absl::Span<const Shape> argument_shapes, in CreateModuleConfig()
135 const xla::ProgramShape& program_shape, in CreateModuleConfig()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_embedding_optimization_parameters_utils.cc154 const xla::ProgramShapeProto& program_shape = in GetBaseAuxiliaryParameterCount() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dutils.cc75 const XlaComputation& computation, const ProgramShape& program_shape) { in GetShardedProgramShapes()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc229 xla::ProgramShapeProto program_shape = executable->executable() in Compute() local
Dtpu_compile_ops.cc214 xla::ProgramShapeProto program_shape = in Compute() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Ddirect_tpu_driver.cc156 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() function in tpu_driver::__anon9d833a900111::DirectCompiledProgramHandle
Dpod_tpu_driver.cc796 xla::ProgramShapeProto* program_shape) in GetCompiledProgramShape()
962 xla::Status PodCompiledProgramHandle::program_shape( in program_shape() function in tpu_driver::__anon6b014a980111::PodCompiledProgramHandle
963 xla::ProgramShapeProto* program_shape) { in program_shape()
Dtpu_service.proto74 required xla.ProgramShapeProto program_shape = 1; field

12