Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNumParallelCalls (0.29 sec)

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

        // and MapAndBatchDataset is different (int32 and int64 respectively)
        auto num_parallel_calls_op = rewriter.create<CastOp>(
            op.getLoc(), UnrankedTensorType::get(rewriter.getIntegerType(64)),
            batchInputOp.getNumParallelCalls(), rewriter.getBoolAttr(false));
    
        if (op.getMetadata() != batchInputOp.getMetadata()) {
          return failure();
        }
    
        auto fused_op = rewriter.create<MapAndBatchDatasetOp>(
    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