OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetInitializableLookupTable
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/framework/
lookup_interface.h
29
// Forward declaration so we can define
GetInitializableLookupTable
() in
123
virtual InitializableLookupTable*
GetInitializableLookupTable
() {
/external/tensorflow/tensorflow/core/kernels/
lookup_util.cc
281
Status
GetInitializableLookupTable
(const string& input_name,
291
*table = lookup_table->
GetInitializableLookupTable
();
304
*table = lookup_table->
GetInitializableLookupTable
();
Completed in 77 milliseconds