Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gtl/
Dcompactptrset.h74 : bigrep_(false), single_(reinterpret_cast<T>(rep)) {} in iterator()
76 : bigrep_(true), single_(nullptr), iter_(iter) {} in iterator()
79 if (bigrep_) {
90 if (bigrep_) {
99 if (bigrep_) {
109 bool bigrep_; variable