Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      auto _stride_h = _o->stride_h;
      auto _filter_width = _o->filter_width;
      auto _filter_height = _o->filter_height;
      auto _fused_activation_function = _o->fused_activation_function;
      return tflite::CreatePool2DOptions(
          _fbb,
          _padding,
          _stride_w,
          _stride_h,
          _filter_width,
          _filter_height,
          _fused_activation_function);
    }
    
    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