Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addAction (0.21 sec)

  1. RELEASE.md

            `strategy.scope()`.
    *   `TensorRT`
        *   [TensorRT 6.0](https://developer.nvidia.com/tensorrt#tensorrt-whats-new)
            is now supported and enabled by default. This adds support for more
            TensorFlow ops including Conv3D, Conv3DBackpropInputV2, AvgPool3D,
            MaxPool3D, ResizeBilinear, and ResizeNearestNeighbor. In addition, the
    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

      TF_DerivedOperandTypeAttr dtype = TF_DerivedOperandTypeAttr<2>;
    }
    
    def TF_ResourceScatterNdAddOp : TF_Op<"ResourceScatterNdAdd", []> {
      let summary = [{
    Applies sparse addition to individual values or slices in a Variable.
      }];
    
      let description = [{
    `ref` is a `Tensor` with rank `P` and `indices` is a `Tensor` of rank `Q`.
    
    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