Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vectorType (0.11 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.cc

        if (!same_scalar) {
          op.emitError("input and output should have the same scalar types.");
        }
        return success(same_scalar);
      }
    
      if (auto input_vector_type = input_type.dyn_cast<VectorType>()) {
        bool same_element_type = output_tensor_type.getElementType() ==
                                 input_vector_type.getElementType();
        bool same_shape =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 21 16:55:41 UTC 2023
    - 38.2K bytes
    - Viewed (0)
Back to top