Make c_api depend on model_loader_lite instead of model_loader
In the near future, some kernels will be implemented against the C API, and will therefore depend on //tensorflow/c:c_api. c_api currently depends on saved_models/loader, which depends on all of tensorflow, which depends on all kernels. This will be a circular dependency when C kernel implementations are introduced. PiperOrigin-RevId: 228919312
Loading
Please sign in to comment