Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fused_ops (0.09 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)
  2. tensorflow/cc/ops/standard_ops.h

    #include "tensorflow/cc/ops/sparse_ops.h"
    #include "tensorflow/cc/ops/state_ops.h"
    #include "tensorflow/cc/ops/string_ops.h"
    #include "tensorflow/cc/ops/training_ops.h"
    #include "tensorflow/cc/ops/user_ops.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 22:31:28 UTC 2018
    - 1.6K bytes
    - Viewed (0)
Back to top