Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for listOf (0.08 sec)

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

      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 = [{
    tensor: The tensor to put on the list.
    input_handle: The old list.
    output_handle: A list with the elements of the old list followed by tensor.
    element_dtype: the type of elements in the list.
    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