Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Conv2DWithBlockSize (0.31 sec)

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

    #include "tensorflow/core/util/device_name_utils.h"
    
    namespace mlir {
    namespace TFTPU {
    
    namespace {
    
    constexpr char kDeviceAttr[] = "device";
    typedef std::pair<TF::Conv2DOp, int64_t> Conv2DWithBlockSize;
    
    struct BlockArgumentInfo {
      unsigned arg_num;
      unsigned num_users;
    };
    
    #define GEN_PASS_DEF_TPUSPACETODEPTHPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top