Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildGetLayout (0.13 sec)

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

    }
    
    OpBuilder CreateBuilderAfterOp(Operation* op) {
      return OpBuilder(op->getBlock(), ++Block::iterator(op));
    }
    
    // Builds a TPUGetLayoutOp with the given compile op and input index.
    TF::TPUGetLayoutOp BuildGetLayout(const int64_t execute_arg_index,
                                      Value compilation_key,
                                      tf_device::LaunchOp compile_launch,
                                      OpBuilder* builder) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top