Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Executable (0.14 sec)

  1. RELEASE.md

        *   Post-training quantization tool supports quantizing weights shared by
            multiple operations. The models made with versions of this tool will use
            INT8 types for weights and will only be executable interpreters from
            this version onwards.
        *   Post-training quantization tool supports fp16 weights and GPU delegate
            acceleration for fp16.
        *   Add delegate support for `QUANTIZED_16BIT_LSTM`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrExist", Var, 0},
    		{"ErrInvalid", Var, 0},
    		{"ErrNoDeadline", Var, 10},
    		{"ErrNotExist", Var, 0},
    		{"ErrPermission", Var, 0},
    		{"ErrProcessDone", Var, 16},
    		{"Executable", Func, 8},
    		{"Exit", Func, 0},
    		{"Expand", Func, 0},
    		{"ExpandEnv", Func, 0},
    		{"File", Type, 0},
    		{"FileInfo", Type, 0},
    		{"FileMode", Type, 0},
    		{"FindProcess", 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)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        BoolAttr:$must_compile,
        SymbolRefAttr:$function
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A key that can be used to look up the local executable compiled by the
    node and associated metadata.}]>:$key,
        Res<TF_BoolTensor, [{If the `must_compile` attr is false the _XlaCompile op
    can decide not to compile the clusters based on some profitability
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top