Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AsCallOnceOptions (0.4 sec)

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

          reinterpret_cast<const tflite::CumsumOptionsT *>(value) : nullptr;
      }
      tflite::CallOnceOptionsT *AsCallOnceOptions() {
        return type == BuiltinOptions_CallOnceOptions ?
          reinterpret_cast<tflite::CallOnceOptionsT *>(value) : nullptr;
      }
      const tflite::CallOnceOptionsT *AsCallOnceOptions() const {
        return type == BuiltinOptions_CallOnceOptions ?
    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