Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for deim (0.13 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

        node {
          name: "Const"
          op: "Const"
          attr {
            key: "_output_shapes"
            value {
              list {
                shape {
                  dim {
                    size: 150
                  }
                  dim {
                    size: 150
                  }
                }
              }
            }
          }
          attr {
            key: "dtype"
            value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The conversion can happen partially in subgroups, by specifying the dim
    attribute, where only that dim will be converted.
      }];
    
      let arguments = (ins
        TF_Tensor:$input,
    
        StrAttr:$manual_sharding,
        DefaultValuedOptionalAttr<I64Attr, "-1">:$dim,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{}">:$unspecified_dims
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*UnsupportedTypeError).Error", Method, 0},
    		{"(*UnsupportedValueError).Error", Method, 0},
    		{"(Delim).String", Method, 5},
    		{"(Number).Float64", Method, 1},
    		{"(Number).Int64", Method, 1},
    		{"(Number).String", Method, 1},
    		{"(RawMessage).MarshalJSON", Method, 8},
    		{"Compact", Func, 0},
    		{"Decoder", Type, 0},
    		{"Delim", Type, 5},
    		{"Encoder", Type, 0},
    		{"HTMLEscape", Func, 0},
    		{"Indent", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    03ED          ; valid                                  # 1.1  COPTIC SMALL LETTER SHIMA
    03EE          ; mapped                 ; 03EF          # 1.1  COPTIC CAPITAL LETTER DEI
    03EF          ; valid                                  # 1.1  COPTIC SMALL LETTER DEI
    03F0          ; mapped                 ; 03BA          # 1.1  GREEK KAPPA SYMBOL
    03F1          ; mapped                 ; 03C1          # 1.1  GREEK RHO SYMBOL
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. RELEASE.md

    * `tf.argmax`: `dimension` becomes `axis` * `tf.argmin`: `dimension` becomes
    `axis` * `tf.count_nonzero`: `reduction_indices` becomes `axis` *
    `tf.expand_dims`: `dim` becomes `axis` * `tf.reduce_all`: `reduction_indices`
    becomes `axis` * `tf.reduce_any`: `reduction_indices` becomes `axis` *
    `tf.reduce_join`: `reduction_indices` becomes `axis` * `tf.reduce_logsumexp`:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top