OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_list_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.h
50
string OpsString() const { return
op_list_
.DebugString(); }
54
int num_all_ops() const { return
op_list_
.op_size(); }
68
OpList
op_list_
;
member in class:tensorflow::OpCompatibilityLib
op_compatibility_lib.cc
44
OpRegistry::Global()->Export(false, &
op_list_
);
53
// Strip docs out of
op_list_
.
54
RemoveDescriptionsFromOpList(&
op_list_
);
59
// We rely on stable_ops_ and
op_list_
being in sorted order.
61
for (int cur = 0; iter != stable_ops_->end() && cur <
op_list_
.op_size();
63
const string& op_name =
op_list_
.op(cur).name();
95
while (cur <
op_list_
.op_size() && start < in_op_history.op_size()) {
96
const string& op_name =
op_list_
.op(cur).name();
99
for (++cur; cur <
op_list_
.op_size(); ++cur) {
100
if (
op_list_
.op(cur).name() != op_name) break
[
all
...]
Completed in 57 milliseconds