Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuseParallelMapAndBatch (0.19 sec)

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

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_types.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    
    struct FuseParallelMapAndBatch : public OpRewritePattern<BatchDatasetV2Op> {
      using OpRewritePattern<BatchDatasetV2Op>::OpRewritePattern;
    
      LogicalResult matchAndRewrite(BatchDatasetV2Op op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top