Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for int32Ptr (0.14 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      int32_t stride_w() const {
        return GetField<int32_t>(VT_STRIDE_W, 0);
      }
      int32_t stride_h() const {
        return GetField<int32_t>(VT_STRIDE_H, 0);
      }
      int32_t filter_width() const {
        return GetField<int32_t>(VT_FILTER_WIDTH, 0);
      }
      int32_t filter_height() const {
        return GetField<int32_t>(VT_FILTER_HEIGHT, 0);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top