- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for dynamically (0.08 sec)
-
.bazelrc
# verbose_logs: Show all compiler warnings during build. # monolithic: Build all TF C++ code into a single shared object. # dynamic_kernels: Try to link all kernels dynamically (experimental). # dbg: Build with debug info # # TF version options; # v2: Build TF v2 # # Feature and Third party library support options: # xla: Build TF with XLA
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
tensorflow/c/c_api.h
// TF_Library holds information about dynamically loaded TensorFlow plugins. typedef struct TF_Library TF_Library; // Load the library specified by library_filename and register the ops and // kernels present in that library. // // Pass "library_filename" to a platform-specific mechanism for dynamically // loading a library. The rules for determining the exact location of the
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/BUILD
bool_setting( name = "oss_setting", build_setting_default = if_oss(True, False), visibility = ["//visibility:private"], ) # Setting to use when loading kernels dynamically config_setting( name = "dynamic_loaded_kernels", define_values = { "dynamic_loaded_kernels": "true", "framework_shared_object": "true", }, visibility = ["//visibility:public"],
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)