Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parallel_copy (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_data_optimization.td

            $output_shapes, $use_inter_op_parallelism, $preserve_cardinality,
            $force_synchronous, $map_dataset_metadata),
         $batch_size, $drop_remainder, $parallel_copy, $batch_output_types,
         $batch_output_shapes, $unused_batch_dataset_metadata),
      (TF_MapAndBatchDatasetOp $input_dataset, $other_arguments, $batch_size,
         (TF_ConstOp (GetI64ScalarElementsAttr<1>)), $drop_remainder, $f,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_BoolTensor, [{A scalar representing whether the last batch should be dropped in case its size
    is smaller than desired.}]>:$drop_remainder,
    
        DefaultValuedOptionalAttr<BoolAttr, "false">:$parallel_copy,
        ConfinedAttr<TypeArrayAttr, [ArrayMinCount<1>]>:$output_types,
        ConfinedAttr<TF_ShapeAttrArray, [ArrayMinCount<1>]>:$output_shapes,
        DefaultValuedOptionalAttr<StrAttr, "\"\"">:$metadata
      );
    
    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