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

1 2 34 5 6

  /external/tensorflow/tensorflow/python/framework/
common_shapes.py 28 from tensorflow.python.framework import tensor_util
680 v = tensor_util.constant_value(op.inputs[idx])
688 s = tensor_util.constant_value_as_shape(op.inputs[idx])
graph_util_impl.py 30 from tensorflow.python.framework import tensor_util
284 tensor=tensor_util.make_tensor_proto(
graph_util_test.py 31 from tensorflow.python.framework import tensor_util
324 attr_value_pb2.AttrValue(tensor=tensor_util.make_tensor_proto(
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_tensor_shape.py 25 from tensorflow.python.framework import tensor_util
525 if ((tensor_util.constant_value(src_size) in (1, None)) and
526 (tensor_util.constant_value(dst_size) != 1)):
ragged_array_ops.py 23 from tensorflow.python.framework import tensor_util
265 const_multiples = tensor_util.constant_value(multiples)
ragged_math_ops.py 25 from tensorflow.python.framework import tensor_util
447 axis = tensor_util.constant_value(axis)
ragged_tensor.py 28 from tensorflow.python.framework import tensor_util
315 const_rowids = tensor_util.constant_value(value_rowids)
324 const_nrows = tensor_util.constant_value(nrows)
328 const_rowids = tensor_util.constant_value(value_rowids)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
check_ops.py 30 from tensorflow.python.framework import tensor_util
72 const_t = tensor_util.constant_value(t)
507 x_static = tensor_util.constant_value(x)
508 y_static = tensor_util.constant_value(y)
    [all...]
string_ops.py 29 from tensorflow.python.framework import tensor_util
181 if tensor_util.is_tensor(inputs):
rnn_cell_impl.py 36 from tensorflow.python.framework import tensor_util
135 p_static = tensor_util.constant_value(prefix)
148 s_static = tensor_util.constant_value(suffix)
287 if tensor_util.is_tensor(batch_size):
288 static_batch_size = tensor_util.constant_value(
    [all...]
sparse_ops.py 35 from tensorflow.python.framework import tensor_util
755 reshaped_shape_const = tensor_util.constant_value(shape)
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
onehot_categorical_test.py 25 from tensorflow.python.framework import tensor_util
72 tensor_util.constant_value(dist.event_shape_tensor()))
shape_test.py 25 from tensorflow.python.framework import tensor_util
40 return [tensor_util.constant_value(x) for x in x]
41 return tensor_util.constant_value(x)
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 27 from tensorflow.python.framework import tensor_util
277 output_shape_value = tensor_util.constant_value(output_shape)
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 29 from tensorflow.python.framework import tensor_util
360 batch_size = tensor_util.constant_value(
  /external/tensorflow/tensorflow/python/autograph/impl/
api.py 44 from tensorflow.python.framework import tensor_util
375 if tensor_util.is_tensor(obj):
  /external/tensorflow/tensorflow/python/keras/engine/
training.py 32 from tensorflow.python.framework import tensor_util
381 elif tensor_util.is_tensor(target_tensors):
    [all...]
  /external/tensorflow/tensorflow/contrib/gan/python/losses/python/
losses_impl.py 43 from tensorflow.python.framework import tensor_util
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
linear.py 44 from tensorflow.python.framework import tensor_util
93 shape = tensor_util.constant_value(column.dense_shape)
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
estimators.py 39 from tensorflow.python.framework import tensor_util
98 return tensor_util.constant_value(array_ops.zeros_like(tensor))
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
categorical_test.py 27 from tensorflow.python.framework import tensor_util
79 self.assertEqual(10, tensor_util.constant_value(dist.event_size))
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator.py 29 from tensorflow.python.framework import tensor_util
200 if t is None or not tensor_util.is_tensor(t):
    [all...]
  /external/tensorflow/tensorflow/python/tools/
optimize_for_inference_test.py 31 from tensorflow.python.framework import tensor_util
64 attr_value_pb2.AttrValue(tensor=tensor_util.make_tensor_proto(
  /external/tensorflow/tensorflow/python/data/experimental/ops/
batching.py 34 from tensorflow.python.framework import tensor_util
585 constant_drop_remainder = tensor_util.constant_value(self._drop_remainder_t)
590 tensor_util.constant_value(self._batch_size_t))
  /external/tensorflow/tensorflow/python/kernel_tests/
spacetobatch_op_test.py 25 from tensorflow.python.framework import tensor_util
658 paddings_const = tensor_util.constant_value(paddings)
659 crops_const = tensor_util.constant_value(crops)

Completed in 811 milliseconds

1 2 34 5 6