Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fused_ops (0.21 sec)

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

            batchInputOp.getNumParallelCalls(), rewriter.getBoolAttr(false));
    
        if (op.getMetadata() != batchInputOp.getMetadata()) {
          return failure();
        }
    
        auto fused_op = rewriter.create<MapAndBatchDatasetOp>(
            op.getLoc(), op.getType(), batchInputOp.getInputDataset(),
            batchInputOp.getOtherArguments(), op.getBatchSize(),
            num_parallel_calls_op.getY(), op.getDropRemainder(),
    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