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

  /external/tensorflow/tensorflow/contrib/copy_graph/python/util/
copy_elements.py 210 input_types = op._input_types[:]
  /external/tensorflow/tensorflow/python/framework/
function.py 121 self._input_types = input_types
150 if self._input_types:
153 num = len(self._input_types)
161 self._input_types,
239 self._input_types = input_types
310 return self._input_types
    [all...]
importer.py 669 if op._input_types != input_types:
675 ', '.join(x.name for x in op._input_types))))
importer_test.py 354 self.assertEqual(c._input_types, [dtypes.int32, dtypes.int32])
356 self.assertEqual(d._input_types, [dtypes.int32_ref, dtypes.int32])
    [all...]
ops.py 2054 def _input_types(self): member in class:Operation
2066 def _input_types(self, value): member in class:Operation
    [all...]
  /external/tensorflow/tensorflow/contrib/graph_editor/
transform.py 154 input_types_ = op._input_types[:]

Completed in 248 milliseconds