Home | History | Annotate | Download | only in data

Lines Matching refs:lib_

94         lib_(lib),
103 if (lib_ != nullptr) {
104 ctx->set_lib(lib_);
151 graph_runner.Run(&graph, lib_, {}, {output_node}, &outputs));
162 params.lib = lib_;
163 DeviceBase* device = lib_->device();
223 FunctionLibraryRuntime* lib_ = nullptr; // not owned.