Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dX (0.03 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Regs386.BP", Field, 0},
    		{"Regs386.BX", Field, 0},
    		{"Regs386.CS", Field, 0},
    		{"Regs386.CX", Field, 0},
    		{"Regs386.DI", Field, 0},
    		{"Regs386.DS", Field, 0},
    		{"Regs386.DX", Field, 0},
    		{"Regs386.ES", Field, 0},
    		{"Regs386.FLAGS", Field, 0},
    		{"Regs386.FS", Field, 0},
    		{"Regs386.GS", Field, 0},
    		{"Regs386.IP", Field, 0},
    		{"Regs386.SI", Field, 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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    tensors.
    
    This op can be used to override the gradient for complicated functions. For
    example, suppose y = f(x) and we wish to apply a custom function g for backprop
    such that dx = g(dy). In Python,
    
    ```python
    with tf.get_default_graph().gradient_override_map(
        {'IdentityN': 'OverrideGradientWithG'}):
      y, _ = identity_n([f(x), x])
    
    @tf.RegisterGradient('OverrideGradientWithG')
    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