chromium/services/webnn/features.gni

# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/features.gni")

declare_args() {
  webnn_use_tflite = is_android || is_chromeos || is_linux || is_win

  # Enable logging of TFLite profiling information on MLGraph destruction.
  webnn_enable_tflite_profiler = false
}