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

1 2 3 45 6

  /external/tensorflow/tensorflow/python/ops/distributions/
bijector_impl.py 32 from tensorflow.python.framework import tensor_util
583 if t is None or not tensor_util.is_tensor(t):
    [all...]
  /external/tensorflow/tensorflow/python/data/ops/
dataset_ops.py 52 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/python/ops/
array_ops.py 34 from tensorflow.python.framework import tensor_util
    [all...]
tensor_array_ops.py 31 from tensorflow.python.framework import tensor_util
375 clengths = tensor_util.constant_value(lengths_64)
651 clengths = tensor_util.constant_value(lengths_64)
    [all...]
summary_ops_v2.py 42 from tensorflow.python.framework import tensor_util
    [all...]
data_flow_ops.py 32 from tensorflow.python.framework import tensor_util
495 tensor_util.constant_value(op.inputs[1]))
    [all...]
gradients_util.py 35 from tensorflow.python.framework import tensor_util
83 dense_shape_value = tensor_util.constant_value(value.dense_shape)
    [all...]
nn_grad.py 25 from tensorflow.python.framework import tensor_util
529 const_fill_value = tensor_util.constant_value(g)
    [all...]
rnn.py 26 from tensorflow.python.framework import tensor_util
132 return tensor_shape.as_shape(tensor_util.constant_value(shape))
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
values_test.py 33 from tensorflow.python.framework import tensor_util
92 self.assertTrue(tensor_util.is_tensor(v))
105 self.assertFalse(tensor_util.is_tensor(v))
parameter_server_strategy_test.py 45 from tensorflow.python.framework import tensor_util
66 replica_id = tensor_util.constant_value(replica_id)
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data.py 35 from tensorflow.python.framework import tensor_util
122 shape = tensor_util.TensorShapeProtoToList(tensor_proto.tensor_shape)
133 tensor_value = tensor_util.MakeNdarray(tensor_proto)
    [all...]
  /external/tensorflow/tensorflow/python/training/tracking/
util.py 34 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py 63 from tensorflow.python.framework import tensor_util
104 if tensor_util.is_tensor(x) or y is not None and tensor_util.is_tensor(y):
376 tensor_proto = tensor_util.make_tensor_proto(dictionary[key])
    [all...]
  /external/tensorflow/tensorflow/python/keras/engine/
distributed_training_utils.py 30 from tensorflow.python.framework import tensor_util
287 if not tensor_util.is_tensor(x):
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
parsing_ops_test.py 37 from tensorflow.python.framework import tensor_util
    [all...]
resource_variable_ops_test.py 37 from tensorflow.python.framework import tensor_util
156 tensor_util.constant_value(
615 tensor_util.constant_value(dresult.dense_shape))
    [all...]
  /external/tensorflow/tensorflow/python/ops/signal/
fft_ops.py 24 from tensorflow.python.framework import tensor_util as _tensor_util
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_diffeomixture.py 29 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
data_feeder.py 36 from tensorflow.python.framework import tensor_util
387 elif tensor_util.is_tensor(self._x):
  /external/tensorflow/tensorflow/python/distribute/
mirrored_strategy.py 42 from tensorflow.python.framework import tensor_util
    [all...]
tpu_strategy.py 38 from tensorflow.python.framework import tensor_util
639 replica_id = tensor_util.constant_value(self._replica_id_in_sync_group)
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_test_util.py 29 from tensorflow.python.framework import tensor_util
589 if not tensor_util.is_tensor(shape):
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py 34 from tensorflow.python.framework import tensor_util
167 expected_rank_value = tensor_util.constant_value(expected_rank)
198 expected_shape_value = tensor_util.constant_value(expected_shape)
    [all...]
  /external/tensorflow/tensorflow/python/tpu/
tensor_tracer.py 30 from tensorflow.python.framework import tensor_util
161 if tensor_util.is_tensor(outputs):
166 if tensor_util.is_tensor(outputs):
    [all...]

Completed in 955 milliseconds

1 2 3 45 6