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

  /external/tensorflow/tensorflow/python/kernel_tests/
pooling_ops_test.py 744 tensor_input = np.random.rand(*input_shape).astype(dtype)
746 t = constant_op.constant(tensor_input, shape=input_shape)
750 t = constant_op.constant(tensor_input, shape=input_shape)
760 tensor_input = np.random.random_integers(0, 3, input_shape).astype(dtype)
763 t = constant_op.constant(tensor_input, shape=input_shape)
772 t = constant_op.constant(tensor_input, shape=input_shape)
790 tensor_input = np.random.random_integers(0, 3, input_shape).astype(dtype)
792 t = constant_op.constant(tensor_input, shape=input_shape)
795 grad_in = constant_op.constant(tensor_input, shape=input_shape)
801 t = constant_op.constant(tensor_input, shape=input_shape
    [all...]
  /external/tensorflow/tensorflow/python/framework/
importer_test.py     [all...]

Completed in 64 milliseconds