HomeSort by relevance Sort by last modified time
    Searched refs:tensor_util (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/tensorflow/tensorflow/python/ops/
nn_ops.py 34 from tensorflow.python.framework import tensor_util
546 const_rate = tensor_util.constant_value(dilation_rate)
565 const_filter_shape = tensor_util.constant_value(filter_shape)
685 const_orig = tensor_util.constant_value(orig)
    [all...]
image_ops_impl.py 29 from tensorflow.python.framework import tensor_util
    [all...]
lookup_ops.py 32 from tensorflow.python.framework import tensor_util
    [all...]
math_grad.py 26 from tensorflow.python.framework import tensor_util
61 axes = tensor_util.constant_value(op.inputs[1])
    [all...]
control_flow_ops.py 39 from tensorflow.python.framework import tensor_util
627 const_max_iter = tensor_util.constant_value(max_iter)
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
values.py 33 from tensorflow.python.framework import tensor_util
203 replica_id = tensor_util.constant_value(replica_id)
283 if not tensor_util.is_tensor(v):
    [all...]
  /external/tensorflow/tensorflow/python/data/kernel_tests/
map_test.py 38 from tensorflow.python.framework import tensor_util
877 tensor_util.make_tensor_proto(
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
summary_ops_test.py 39 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
embedding_ops.py 22 from tensorflow.contrib.framework.python.framework import tensor_util as contrib_tensor_util
    [all...]
  /external/tensorflow/tensorflow/python/ops/parallel_for/
pfor.py 30 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 27 from tensorflow.contrib.framework.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/python/keras/
backend.py 46 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 40 from tensorflow.python.framework import tensor_util
439 tensor_util.make_tensor_proto(1, dtypes.int32))
441 [tensor_util.make_tensor_proto(1, dtypes.int32)])
    [all...]
  /external/tensorflow/tensorflow/python/keras/engine/
base_layer.py 35 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/python/client/
session_test.py 46 from tensorflow.python.framework import tensor_util
816 self.assertAllEqual(tensor_util.constant_value(sp.dense_shape), shape
    [all...]

Completed in 391 milliseconds

1 2 3 4 56