Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for num_elements (0.3 sec)

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

    input_handle: the input list
    tensor: the gathered result
    num_elements: optional. If not -1, the number of elements in the list.
      }];
    
      let arguments = (ins
        TF_VariantTensor:$input_handle,
        TF_Int32Tensor:$element_shape,
    
        DefaultValuedOptionalAttr<I64Attr, "-1">:$num_elements
      );
    
      let results = (outs
        TF_Tensor:$tensor
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertRevocationInfo.Size", Field, 0},
    		{"CertSimpleChain", Type, 0},
    		{"CertSimpleChain.Elements", Field, 0},
    		{"CertSimpleChain.HasRevocationFreshnessTime", Field, 0},
    		{"CertSimpleChain.NumElements", Field, 0},
    		{"CertSimpleChain.RevocationFreshnessTime", Field, 0},
    		{"CertSimpleChain.Size", Field, 0},
    		{"CertSimpleChain.TrustListInfo", Field, 0},
    		{"CertSimpleChain.TrustStatus", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top