Home
last modified time | relevance | path

Searched defs:operand_shapes_with_layout (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dops.cc195 absl::Span<const Shape> operand_shapes_with_layout, in BuildOpsSubmodule()
200 CustomCallApiVersion api_version) -> XlaOp { in BuildOpsSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dlight_outside_compilation.cc103 std::vector<xla::Shape> operand_shapes_with_layout; in CompileToCustomCallCallingTfKernel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto266 repeated xla.ShapeProto operand_shapes_with_layout = 57; field
H A Dhlo_instructions.h1890 const std::vector<Shape>& operand_shapes_with_layout() const { in operand_shapes_with_layout() function
H A Dhlo_instruction.cc724 const auto& operand_shapes_with_layout = in CreateFromProto() local
1908 absl::Span<const Shape> operand_shapes_with_layout, std::string opaque, in CreateCustomCall()
H A Dhlo_instructions.cc2696 absl::Span<const Shape> operand_shapes_with_layout, in HloCustomCallInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1968 std::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall()
2016 std::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal()
2077 std::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall()
4452 absl::Span<const Shape> operand_shapes_with_layout, in CustomCallWithLayout()
4467 absl::Span<const Shape> operand_shapes_with_layout, in CustomCallWithConvDnums()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc146 std::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc1132 auto operand_shapes_with_layout = ConvertTypesToShapesWithLayout( in ExportXlaOp() local