createContext method

MLContext createContext([
  1. MLContextOptions? options
])

Implementation

MLContext createContext([MLContextOptions? options]) =>
    js_util.callMethod(this, 'createContext', [options]);