OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_op_type
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/quantize/python/
graph_matcher.py
52
self.
_op_type
= op_type
67
if self.
_op_type
!= '*':
68
if op.type not in self.
_op_type
.split('|'):
/external/tensorflow/tensorflow/python/eager/
execution_callbacks.py
57
self.
_op_type
= op_type
74
self._output_index + 1, self._num_outputs, self.
_op_type
, name_str)
87
return self.
_op_type
/external/tensorflow/tensorflow/python/framework/
ops.py
[
all
...]
Completed in 203 milliseconds