Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UNIMPLEMENTED (0.42 sec)

  1. RELEASE.md

        *   (since v2.7) Run `tf.scatter_nd` and other related scatter functions,
            such as `tf.tensor_scatter_nd_update`, on CPU (with significant
            performance penalty).
        *   Add determinism-unimplemented exception-throwing to the following ops.
            When op-determinism is expected (i.e. after
            `tf.config.experimental.enable_op_determinism` has been called), an
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    will return an error when trying to lookup the gradient of this op,
    because no gradient must ever be registered for this function.  This
    op exists to prevent subtle bugs from silently returning unimplemented
    gradients in some corner cases.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{any tensor.}]>:$input,
    
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$message
      );
    
    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