Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maxsize (0.12 sec)

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

      let arguments = (ins
        Arg<TF_Int32Tensor, [{The maximum size of the stack if non-negative. If negative, the stack
    size is unlimited.}]>:$max_size,
    
        TypeAttr:$elem_type,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$stack_name
      );
    
      let results = (outs
        Res<TF_ResourceTensor, [{The handle to the stack.}], [TF_StackAlloc]>:$handle
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            value, but a deterministic sequence. This change will make the
            initialize behavior align between v1 and v2.
    
    *   `tf.lite`:
    
        *   Rename fields `SignatureDef` table in schema to maximize the parity with
            TF SavedModel's Signature concept.
        *   Deprecate Makefile builds. Makefile users need to migrate their builds
            to CMake or Bazel. Please refer to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top