Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TensorStridedSliceUpdate (0.4 sec)

  1. tensorflow/cc/framework/fuzzing/op_fuzzing.bzl

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 07 19:14:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          "SplitV", "StridedSlice", "StridedSliceGrad",
          "ResourceStridedSliceAssign", "Tile", "Transpose", "InvertPermutation",
          "Unpack", "DeviceIndex", "TensorStridedSliceUpdate", "XlaConcatND",
          "XlaSplitND",
         }}};
      // clang-format on
      return result;
    }
    
    namespace testing {
    void ResetClusterSequenceNumber() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let results = (outs
        TF_VariantTensor:$handle
      );
    
      TF_DerivedOperandTypeListAttr Toutput_types = TF_DerivedOperandTypeListAttr<0>;
    }
    
    def TF_TensorStridedSliceUpdateOp : TF_Op<"TensorStridedSliceUpdate", [Pure]> {
      let summary = "Assign `value` to the sliced l-value reference of `input`.";
    
      let description = [{
    The values of `value` are assigned to the positions in the tensor `input` that
    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