OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_history_file_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.h
46
const string& op_history_file() const { return
op_history_file_
; }
66
const string
op_history_file_
;
member in class:tensorflow::OpCompatibilityLib
op_compatibility_lib.cc
40
op_history_file_
(OpsHistoryFile(ops_prefix, history_version)),
83
printf("Reading op history from %s...\n",
op_history_file_
.c_str());
86
ReadFileToString(env,
op_history_file_
, &op_history_str));
Completed in 121 milliseconds