Home
last modified time | relevance | path

Searched refs:resource_is_private_to_kernel_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc301 resource_is_private_to_kernel_ = true; in Init()
Dresource_mgr.h419 return resource_is_private_to_kernel_; in resource_is_private_to_kernel()
429 bool resource_is_private_to_kernel_ = false; variable