HomeSort by relevance Sort by last modified time
    Searched refs:_add_op (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/framework/python/ops/
arg_scope.py 105 def _add_op(op): function
184 _add_op(func)
  /external/tensorflow/tensorflow/python/framework/
op_def_library_test.py 45 def _add_op(self, ascii): # pylint: disable=redefined-builtin member in class:OpDefLibraryTest
60 self._add_op("name: 'MissingTypeAttr' "
67 self._add_op("name: 'BadTypeAttr' "
75 self._add_op("name: 'MissingNumberAttr' "
82 self._add_op("name: 'BadNumberAttr' "
90 self._add_op("name: 'TwoTypesA' "
97 self._add_op("name: 'TwoTypesB' "
104 self._add_op("name: 'ThreeTypes' "
113 self._add_op("name: 'NoTypes' output_arg { name: 'a' } ")
1375 def _add_op(self, ascii): # pylint: disable=redefined-builtin member in class:OpDefLibraryGraphTest
    [all...]
ops.py 3126 def _add_op(self, op): member in class:Graph
    [all...]

Completed in 3202 milliseconds