Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetRankedTensorShape (0.3 sec)

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

      // The result type will be the same as the input.
      return builder->create<TF::ReverseV2Op>(location, type, value_to_reverse,
                                              axis_op);
    }
    
    ArrayRef<int64_t> GetRankedTensorShape(Value value) {
      return mlir::cast<RankedTensorType>(value.getType()).getShape();
    }
    
    Value SliceRankedTensor(OpBuilder* builder, Value input,
                            ArrayRef<int64_t> begin_shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top