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.cc486 int64_t inferred_dimension) { in ReshapeInternal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc922 int64_t inferred_dimension = -1; in CreateFromProto() local
1746 const Shape& shape, HloInstruction* operand, int64_t inferred_dimension) { in CreateReshape()
4489 int64_t HloInstruction::inferred_dimension() const { in inferred_dimension() function in xla::HloInstruction
Dhlo_instructions.h991 int64_t inferred_dimension() const { return inferred_dimension_; } in inferred_dimension() function
Dshape_inference.cc3085 absl::Span<const int64_t> new_sizes, int64_t inferred_dimension) { in InferReshapeShape()
Dhlo_parser.cc1737 optional<int64_t> inferred_dimension; in CreateInstruction() local
Dhlo_instructions.cc1291 int64_t inferred_dimension) in HloReshapeInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1007 int64_t inferred_dimension) { in ReshapeInternal()
1184 int64_t inferred_dimension) { in Reshape()
1198 int64_t inferred_dimension) { in Reshape()
1208 int64_t inferred_dimension) { in Reshape()
4102 int64_t inferred_dimension) { in ReshapeWithInferredDimension()