Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc365 int64 inferred_dimension) { in ReshapeInternal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h740 int64 inferred_dimension() const { return inferred_dimension_; } in inferred_dimension() function
Dhlo_instruction.cc743 int64 inferred_dimension = -1; in CreateFromProto() local
1447 const Shape& shape, HloInstruction* operand, int64 inferred_dimension) { in CreateReshape()
3921 int64 HloInstruction::inferred_dimension() const { in inferred_dimension() function in xla::HloInstruction
Dshape_inference.cc2945 absl::Span<const int64> new_sizes, int64 inferred_dimension) { in InferReshapeShape()
Dhlo_parser.cc1361 optional<int64> inferred_dimension; in ParseInstructionRhs() local
Dhlo_instructions.cc1102 int64 inferred_dimension) in HloReshapeInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc941 int64 inferred_dimension) { in ReshapeInternal()
1117 int64 inferred_dimension) { in Reshape()
1131 int64 inferred_dimension) { in Reshape()
1141 int64 inferred_dimension) { in Reshape()
4146 int64 inferred_dimension) { in ReshapeWithInferredDimension()