Home
last modified time | relevance | path

Searched refs:operand_shapes_with_layout (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc136 absl::Span<const Shape> operand_shapes_with_layout, in BuildOpsSubmodule()
140 operand_shapes_with_layout, opaque, has_side_effect); in BuildOpsSubmodule()
Dxla_client_test.py337 operand_shapes_with_layout=[
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1882 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall() argument
1894 if (operand_shapes_with_layout.has_value()) { in CustomCall()
1900 if (operands.size() != operand_shapes_with_layout->size()) { in CustomCall()
1904 operand_shapes_with_layout->size(), operands.size()); in CustomCall()
1907 for (const Shape& operand_shape : *operand_shapes_with_layout) { in CustomCall()
1918 operand_shapes_with_layout, has_side_effect, in CustomCall()
1926 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal() argument
1935 if (operand_shapes_with_layout.has_value()) { in CustomCallInternal()
1937 for (const Shape& operand_shape : *operand_shapes_with_layout) { in CustomCallInternal()
1961 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCall() argument
[all …]
Dxla_builder.h655 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout,
667 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout,
677 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout,
1232 absl::Span<const Shape> operand_shapes_with_layout, const string& opaque,
2054 absl::Span<const Shape> operand_shapes_with_layout,
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h137 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout,
Dmlir_hlo_builder.cc134 absl::optional<absl::Span<const Shape>> operand_shapes_with_layout, in CustomCallInternal() argument
139 if (operand_shapes_with_layout.has_value()) in CustomCallInternal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto208 // 'operand_shapes_with_layout' must contain a shape with layout for each
211 repeated xla.ShapeProto operand_shapes_with_layout = 57; field
Dhlo_instructions.cc2395 absl::Span<const Shape> operand_shapes_with_layout) in HloCustomCallInstruction() argument
2402 operand_shapes_with_layout_(operand_shapes_with_layout.begin(), in HloCustomCallInstruction()
2403 operand_shapes_with_layout.end()), in HloCustomCallInstruction()
2589 cloned->operand_shapes_with_layout_ = operand_shapes_with_layout(); in CloneWithNewOperandsImpl()
Dhlo_instructions.h1410 absl::Span<const Shape> operand_shapes_with_layout);
1487 const std::vector<Shape>& operand_shapes_with_layout() const { in operand_shapes_with_layout() function
Dhlo_verifier.cc802 custom_call->operand_shapes_with_layout().size()); in HandleCustomCall()
805 custom_call->operand_shapes_with_layout()[i]; in HandleCustomCall()
Dlayout_assignment.cc488 custom_call->operand_shapes_with_layout()[i], custom_call, i)); in AddMandatoryConstraints()
696 custom_call->operand_shapes_with_layout()[i])); in CheckCustomCallLayout()
Dhlo_instruction.h1008 absl::Span<const Shape> operand_shapes_with_layout, string opaque = "");
Dhlo_instruction.cc556 proto.operand_shapes_with_layout()) { in CreateFromProto()
1599 absl::Span<const Shape> operand_shapes_with_layout, string opaque) { in CreateCustomCall() argument
1602 operand_shapes_with_layout); in CreateCustomCall()