HomeSort by relevance Sort by last modified time
    Searched defs:kDefaultFLRDevice (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 76 static const char kDefaultFLRDevice[];
process_function_library_runtime.cc 26 const char ProcessFunctionLibraryRuntime::kDefaultFLRDevice[] = "null";
146 if (device_name != kDefaultFLRDevice) {

Completed in 478 milliseconds