Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/gen/cc/
Dsource_writer.h166 virtual void DoVisit(const Type& type) = 0;
179 virtual void DoVisit(const Type& type);
196 virtual void DoVisit(const Type& type);
Dsource_writer.cc335 DoVisit(type); in Visit()
340 DoVisit(t); in Visit()
347 void SourceWriter::GenericNamespace::DoVisit(const Type& type) { in DoVisit() function in tensorflow::java::SourceWriter::GenericNamespace
356 void SourceWriter::TypeImporter::DoVisit(const Type& type) { in DoVisit() function in tensorflow::java::SourceWriter::TypeImporter