Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc137 const py::bytes& opaque, bool has_side_effect) -> XlaOp { in BuildOpsSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto211 repeated xla.ShapeProto operand_shapes_with_layout = 57; field
Dhlo_instructions.h1487 const std::vector<Shape>& operand_shapes_with_layout() const { in operand_shapes_with_layout() function
Dhlo_instruction.cc1599 absl::Span<const Shape> operand_shapes_with_layout, string opaque) { in CreateCustomCall()
Dhlo_instructions.cc2395 absl::Span<const Shape> operand_shapes_with_layout) in HloCustomCallInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc134 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1882 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall()
1926 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal()
1961 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall()
4491 absl::Span<const Shape> operand_shapes_with_layout, const string& opaque, in CustomCallWithLayout()