OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_op_history
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/ops/compat/
update_ops_main.cc
44
OpList
out_op_history
;
local
48
&
out_op_history
));
56
WriteStringToFile(env, history_file,
out_op_history
.DebugString()));
op_compatibility_lib.cc
49
OpList*
out_op_history
) {
104
if (
out_op_history
!= nullptr) {
105
*
out_op_history
->add_op() = op_list_.op(cur);
129
if (
out_op_history
!= nullptr) {
130
// Copy from in_op_history to *
out_op_history
.
132
*
out_op_history
->add_op() = in_op_history.op(i);
163
if (
out_op_history
!= nullptr) {
164
*
out_op_history
->add_op() = op_list_.op(cur);
187
if (
out_op_history
) {
188
*
out_op_history
->add_op() = op_list_.op(cur)
[
all
...]
op_compatibility_lib.h
57
// with the historical versions, and if
out_op_history
!= nullptr,
62
OpList*
out_op_history
);
Completed in 89 milliseconds