Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for getFlags2 (0.2 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

            if (auto per_axis =
                    qtype.dyn_cast<mlir::quant::UniformQuantizedPerAxisType>()) {
              new_qtype = mlir::quant::UniformQuantizedPerAxisType::get(
                  per_axis.getFlags(), per_axis.getStorageType(),
                  per_axis.getExpressedType(), per_axis.getScales(),
                  per_axis.getZeroPoints(), per_axis.getQuantizedDimension(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/InetAddresses.java

          return server;
        }
    
        public Inet4Address getClient() {
          return client;
        }
    
        public int getPort() {
          return port;
        }
    
        public int getFlags() {
          return flags;
        }
      }
    
      /**
       * Evaluates whether the argument is a Teredo address.
       *
       * <p>Teredo addresses begin with the {@code "2001::/32"} prefix.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/InetAddresses.java

          return server;
        }
    
        public Inet4Address getClient() {
          return client;
        }
    
        public int getPort() {
          return port;
        }
    
        public int getFlags() {
          return flags;
        }
      }
    
      /**
       * Evaluates whether the argument is a Teredo address.
       *
       * <p>Teredo addresses begin with the {@code "2001::/32"} prefix.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

          if (perm_val.getSExtValue() == quantized_dimension) {
            quantized_dimension = i;
            break;
          }
        }
        element_type = quant::UniformQuantizedPerAxisType::get(
            per_axis_qtype.getFlags(), per_axis_qtype.getStorageType(),
            per_axis_qtype.getExpressedType(), per_axis_qtype.getScales(),
            per_axis_qtype.getZeroPoints(), quantized_dimension,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top