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

  /external/tensorflow/tensorflow/contrib/framework/python/framework/
__init__.py 31 from tensorflow.python.util.deprecation import deprecated_args
  /external/tensorflow/tensorflow/python/util/
deprecation_test.py 473 deprecation.deprecated_args("", instructions, "deprecated")
475 deprecation.deprecated_args("07-04-2016", instructions, "deprecated")
477 deprecation.deprecated_args(date, None, "deprecated")
479 deprecation.deprecated_args(date, "", "deprecated")
481 deprecation.deprecated_args(date, instructions)
492 deprecation.deprecated_args(date, instructions, "missing")(_fn)
500 @deprecation.deprecated_args(date, instructions, "deprecated")
548 @deprecation.deprecated_args(date, instructions, "deprecated")
579 @deprecation.deprecated_args(date, instructions, "deprecated")
610 @deprecation.deprecated_args(date, instructions, "deprecated"
    [all...]
deprecation.py 336 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
382 raise ValueError('Illegal argument to deprecated_args: %s' % kwargs)
428 decorator_utils.validate_callable(func, 'deprecated_args')
  /external/tensorflow/tensorflow/contrib/data/python/ops/
sliding.py 55 @deprecation.deprecated_args(
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
gru_ops.py 31 from tensorflow.python.util.deprecation import deprecated_args
136 @deprecated_args(None, "cell_size is deprecated, use num_units instead",
  /external/tensorflow/tensorflow/python/ops/
sparse_ops.py 194 @deprecation.deprecated_args(
343 @deprecation.deprecated_args(
794 @deprecation.deprecated_args(
    [all...]
init_ops.py 50 from tensorflow.python.util.deprecation import deprecated_args
105 @deprecated_args(None,
126 @deprecated_args(None,
223 @deprecated_args(None,
227 @deprecated_args(None,
274 @deprecated_args(None,
316 @deprecated_args(None,
364 @deprecated_args(None,
424 @deprecated_args(None,
492 @deprecated_args(None
    [all...]
math_ops.py 125 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
170 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
    [all...]
linalg_ops.py 498 @deprecation.deprecated_args(
string_ops.py 196 @deprecation.deprecated_args(None,
array_ops.py 95 @deprecation.deprecated_args(None, "Use the `axis` argument instead", "dim")
    [all...]
nn_impl.py 37 from tensorflow.python.util.deprecation import deprecated_args
384 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
    [all...]
nn_ops.py 45 from tensorflow.python.util.deprecation import deprecated_args
    [all...]
image_ops_impl.py     [all...]
control_flow_ops.py     [all...]
  /external/tensorflow/tensorflow/python/saved_model/
builder_impl.py 40 from tensorflow.python.util.deprecation import deprecated_args
503 @deprecated_args(None,
547 @deprecated_args(None,
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/losses/
loss_ops.py 32 from tensorflow.python.util.deprecation import deprecated_args
608 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
  /external/tensorflow/tensorflow/python/framework/
importer.py 33 from tensorflow.python.util.deprecation import deprecated_args
341 @deprecated_args(None, 'Please file an issue at '
ops.py 64 from tensorflow.python.util.deprecation import deprecated_args
    [all...]
  /external/tensorflow/tensorflow/python/ops/losses/
losses_impl.py 33 from tensorflow.python.util.deprecation import deprecated_args
265 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py 38 from tensorflow.contrib.framework import deprecated_args
487 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
528 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
580 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
623 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
    [all...]
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 134 @deprecation.deprecated_args(

Completed in 3353 milliseconds