Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for list_files (0.16 sec)

  1. RELEASE.md

            `tf.contrib.data.make_csv_dataset()`. [tf.data] Remove
            `num_parallel_parser_calls` argument from
            `tf.contrib.data.make_csv_dataset()`.
        *   `tf.data.Dataset.list_files()` raises an exception at initialization
            time if the argument matches no files.
        *   Renamed BigTable class to BigtableTable for clarity
        *   Document use of the Cloud Bigtable API
    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 arguments = (ins
        Variadic<TF_Tensor>:$components,
    
        ConfinedAttr<TF_ShapeAttrArray, [ArrayMinCount<1>]>:$output_shapes,
        DefaultValuedOptionalAttr<BoolAttr, "false">:$is_files,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$metadata,
        DefaultValuedOptionalAttr<BoolAttr, "false">:$replicate_on_split
      );
    
      let results = (outs
        TF_VariantTensor:$handle
      );
    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