OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_ops
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/tools/
print_selective_registration_header_test.py
88
default_ops
= 'NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'
95
'rawproto', self.WriteGraphFiles(graphs),
default_ops
)
111
'rawproto', self.WriteGraphFiles(graphs),
default_ops
)
125
default_ops
= 'all'
131
'rawproto', self.WriteGraphFiles(graphs),
default_ops
)
150
self.WriteGraphFiles(graphs), 'rawproto',
default_ops
).split('\n'))
153
default_ops
= ''
201
self.WriteGraphFiles(graphs), 'rawproto',
default_ops
)
selective_registration_header_lib.py
159
default_ops
='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
166
default_ops
: optional comma-separated string of operator:kernel pairs to
172
ops_and_kernels = get_ops_and_kernels(proto_fileformat, graphs,
default_ops
)
177
return get_header_from_ops_and_kernels(ops_and_kernels,
default_ops
== 'all')
print_selective_registration_header.py
50
graphs, FLAGS.proto_fileformat, FLAGS.
default_ops
))
68
'--
default_ops
',
/external/skia/tools/skiaserve/tester/
tester.py
15
default_ops
= [
variable
94
parser.add_argument('--ops', nargs='+', default=
default_ops
)
/external/skqp/tools/skiaserve/tester/
tester.py
15
default_ops
= [
variable
94
parser.add_argument('--ops', nargs='+', default=
default_ops
)
Completed in 549 milliseconds