Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vagrant (0.1 sec)

  1. RELEASE.md

            "composite" tensors, such as `tf.RaggedTensor`, as inputs.
        *   Fix device placement issues related to datasets with ragged tensors of
            strings (i.e. variant encoded data with types not supported on GPU).
        *   'experimental_follow_type_hints' for tf.function has been deprecated.
            Please use input_signature or reduce_retracing to minimize retracing.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Converts the given variant tensor to an iterator and stores it in the given resource.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{A handle to an iterator resource.}], [TF_DatasetIteratorWrite]>:$resource_handle,
        Arg<TF_VariantTensor, [{A variant tensor storing the state of the iterator contained in the
    resource.}]>:$serialized
      );
    
    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