Home
last modified time | relevance | path

Searched defs:result_layout (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_layout.h36 explicit ComputationLayout(ShapeLayout result_layout) in ComputationLayout()
67 const ShapeLayout& result_layout() const { return result_layout_; } in result_layout() function
H A Dcompile_only_service.cc110 Shape result_layout(instance.result_layout); in CompileAheadOfTime() local
H A Dcompile_only_service.h45 Shape result_layout; member
H A Dlayout_assignment.cc805 const ShapeLayout* result_layout = constraints->ResultLayout(); in AddMandatoryConstraints() local
1228 const ShapeLayout& result_layout = in CheckLayouts() local
2398 ShapeLayout* result_layout = computation_layout->mutable_result_layout(); in PropagateComputationLayouts() local
H A Dhlo_verifier.cc1812 const ShapeLayout& result_layout = layout.result_layout(); in VerifyEntryComputationLayout() local
2515 const Layout& result_layout = result_shape.layout(); in Postprocess() local
H A Dhlo_parser_test.cc2890 auto result_layout = program_layout.result_layout().layout(); local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.cc58 const Shape* ExecutableBuildOptions::result_layout() const { in result_layout() function in xla::ExecutableBuildOptions
169 std::string result_layout = "nullopt"; in ToString() local
H A Dcompile_only_client.h46 const Shape* result_layout; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_support.cc60 absl::optional<const Shape> result_layout, in CreateModuleConfig()
139 absl::optional<const Shape> result_layout, in CreateModuleConfig()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dcompile_options.proto23 xla.ShapeProto result_layout = 2; field
H A Dutils.cc199 Shape result_layout; in DetermineArgumentLayoutsFromCompileOptions() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dbackend_configs.proto73 LayoutProto result_layout = 2; field
H A Djitrt_custom_calls.h67 llvm::ArrayRef<int64_t> result_layout; member
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dcluster_function_conversion.cc71 auto result_layout = result_layout_or_status.ValueOrDie(); in AttachRetvalLayouts() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc443 xla::ShapeLayout result_layout( in ConfigWithLayout() local
H A Dc_api_decl.h300 XLA_Shape result_layout; member
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/utils/
H A Dcollective_lowering.cc297 StatusOr<Layout> result_layout = in ConvertBoolReduce() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc1732 xla::LayoutProto result_layout = in ExportXlaOp() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3069 auto result_layout = self.layout(); in sparse_compressed_transpose() local