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

  /external/tensorflow/tensorflow/python/kernel_tests/
sets_test.py 46 def _constant(values, dtype): function
132 _constant([
183 a = _constant(a_values, dtype=dtype)
220 a = _constant(a_values, dtype)
221 b = _constant(b_values, dtype)
245 a = _constant(a_values, dtype=dtype)
246 b = _constant(b_values, dtype=dtype)
323 _constant(
354 _constant(
563 a = _constant(a_values, dtype=dtype
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
shape_test.py 38 def _constant(x): function
590 _constant(shaper.get_dims(x)))
594 _constant(shaper.get_dims(x)))
597 _constant(shaper.get_dims(x)))
621 _constant(shaper.get_shape(1.)))
623 _constant(shaper.get_shape(np.ones(1))))
625 _constant(shaper.get_shape(np.ones((2, 2)))))
627 _constant(shaper.get_shape(np.ones((3, 2, 1)))))
633 _constant(shaper.get_shape(np.ones(1))))
635 _constant(shaper.get_shape(np.ones((2, 2))))
    [all...]

Completed in 219 milliseconds