Home
last modified time | relevance | path

Searched defs:program_shape (Results 1 – 25 of 39) 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()
75 ProgramShape program_shape; in ComputeProgramShape() local
Dhlo_proto_util.cc66 const auto& program_shape = hlo_proto.hlo_module().host_program_shape(); in EntryComputationParameterShapes() local
Dhlo_module_util.cc45 const ProgramShape& program_shape, in CreateModuleConfig()
Dlocal_service.cc105 ProgramShape program_shape(proto.host_program_shape()); in GetHloModuleConfig() local
Dservice.cc261 const ProgramShape& program_shape, in CreateModuleConfig()
278 const ProgramShape& program_shape, in CreateModuleConfig()
1131 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
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc28 const ProgramShape& program_shape, in CreateModuleConfig()
Dexecutable_build_options.cc181 const ProgramShape* program_shape) { in CreateExecutionOptions()
/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.cc55 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
Ddumped_computation_to_operation_list.cc79 std::unique_ptr<ProgramShape> program_shape = in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc168 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout()
278 /* static */ void LayoutUtil::ClearLayout(ProgramShape* program_shape) { in ClearLayout()
371 /* static */ bool LayoutUtil::HasLayout(const ProgramShape& program_shape) { in HasLayout()
Dshape.cc255 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/xla/client/lib/
Dtesting.cc103 auto program_shape = computation.proto().host_program_shape(); in MakeFakeArgumentsOrDie() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc59 const ProgramShape& program_shape, absl::Span<const Shape> argument_shapes, in CreateModuleConfig()
137 const xla::ProgramShape& program_shape, in CreateModuleConfig()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_embedding_optimization_parameters_utils.cc168 const xla::ProgramShapeProto& program_shape = in GetBaseAuxiliaryParameterCount() local
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc215 xla::ProgramShapeProto program_shape = in Compute() local
Dxrt_compile_ops.cc230 xla::ProgramShapeProto program_shape = executable->executable() 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() argument
Dpod_tpu_driver.cc800 xla::ProgramShapeProto* program_shape) in GetCompiledProgramShape()
966 xla::Status PodCompiledProgramHandle::program_shape( in program_shape() function in tpu_driver::__anon238e18760111::PodCompiledProgramHandle
967 xla::ProgramShapeProto* program_shape) { in program_shape()
Dtpu_service.proto74 required xla.ProgramShapeProto program_shape = 1; field
Drecording_tpu_driver.cc98 xla::Status program_shape(xla::ProgramShapeProto* program_shape) override { in program_shape() argument
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dutils.cc77 const XlaComputation& computation, const ProgramShape& program_shape) { in GetShardedProgramShapes()

12