Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for TensorListPushBack (0.31 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        TF_VariantTensor:$output_handle,
        TF_Tensor:$tensor
      );
    
      TF_DerivedResultTypeAttr element_dtype = TF_DerivedResultTypeAttr<1>;
    }
    
    def TF_TensorListPushBackOp : TF_Op<"TensorListPushBack", [Pure]> {
      let summary = [{
    Returns a list which has the passed-in `Tensor` as last element and the other elements of the given list in `input_handle`.
      }];
    
      let description = [{
    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