Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_tensor_shape (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        auto input_tensor_shape =
            mlir::cast<RankedTensorType>(input_tensor.getType());
        for (auto i = 0; i < input_tensor_shape.getShape().size(); ++i) {
          DCOMMENT("Input Tensor Shape " << i << "th is "
                                         << input_tensor_shape.getShape()[i]);
          input_tensor_dims_vec.push_back(input_tensor_shape.getShape()[i]);
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top