Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for noOp (0.1 sec)

  1. RELEASE.md

          from both the node defs and the function defs of the graph. Note that
          this currently only strips the `Assert` nodes from the graph and
          converts them into `NoOp`s instead.
    
    *   `tf.data`
    
        * `tf.data` now has an `autotune_options.initial_parallelism` option to
          control the initial parallelism setting used by autotune before the data
    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

    		{"(*Client).Close", Method, 2},
    		{"(*Client).Data", Method, 0},
    		{"(*Client).Extension", Method, 0},
    		{"(*Client).Hello", Method, 1},
    		{"(*Client).Mail", Method, 0},
    		{"(*Client).Noop", Method, 10},
    		{"(*Client).Quit", Method, 0},
    		{"(*Client).Rcpt", Method, 0},
    		{"(*Client).Reset", Method, 0},
    		{"(*Client).StartTLS", Method, 0},
    		{"(*Client).TLSConnectionState", Method, 5},
    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

        TF_F32OrF64Tensor:$x2
      );
    
      let results = (outs
        TF_F32OrF64Tensor:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_NoOp : TF_Op<"NoOp", [Pure]> {
      let summary = "Does nothing. Only useful as a placeholder for control edges.";
    
      let arguments = (ins);
    
      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)
Back to top