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/service/
Dhlo.proto202 repeated xla.ShapeProto operand_shapes_with_layout = 57; field
Dhlo_instructions.h1219 const std::vector<Shape>& operand_shapes_with_layout() const { in operand_shapes_with_layout() function
Dhlo_instruction.cc1290 absl::Span<const Shape> operand_shapes_with_layout, in CreateCustomCall()
Dhlo_instructions.cc2061 absl::Span<const Shape> operand_shapes_with_layout) in HloCustomCallInstruction()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc621 const std::vector<Shape>& operand_shapes_with_layout, in CustomCall()
Dxla_client.py1422 operand_shapes_with_layout, argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1496 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout) { in CustomCall()
3090 absl::Span<const Shape> operand_shapes_with_layout, in CustomCallWithLayout()