Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TensorArrayGatherV3 (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `(n1, n2, ..., n(T-1))`.}]>:$lengths
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_TensorArrayGatherV3Op : TF_Op<"TensorArrayGatherV3", []> {
      let summary = [{
    Gather specific elements from the TensorArray into output `value`.
      }];
    
      let description = [{
    All elements selected by `indices` must have the same shape.
      }];
    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