HomeSort by relevance Sort by last modified time
    Searched refs:canned (Results 1 - 25 of 43) sorted by null

1 2

  /external/tensorflow/tensorflow/python/estimator/
estimator_lib.py 22 from tensorflow.python.estimator.canned.baseline import BaselineClassifier
23 from tensorflow.python.estimator.canned.baseline import BaselineRegressor
24 from tensorflow.python.estimator.canned.dnn import DNNClassifier
25 from tensorflow.python.estimator.canned.dnn import DNNRegressor
26 from tensorflow.python.estimator.canned.dnn_linear_combined import DNNLinearCombinedClassifier
27 from tensorflow.python.estimator.canned.dnn_linear_combined import DNNLinearCombinedRegressor
28 from tensorflow.python.estimator.canned.linear import LinearClassifier
29 from tensorflow.python.estimator.canned.linear import LinearRegressor
30 from tensorflow.python.estimator.canned.parsing_utils import classifier_parse_example_spec
31 from tensorflow.python.estimator.canned.parsing_utils import regressor_parse_example_spe
    [all...]
  /build/kati/testcase/
canned_recipes.mk 1 # http://www.gnu.org/software/make/manual/make.html#Canned-Recipes
3 # canned recipes are used in gyp-generated Makefile (fixup_dep etc)
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
logit_fns.py 15 """Aliases for logit_fn builders used by canned (core) tf.Estimator's.
45 from tensorflow.python.estimator.canned import dnn as dnn_core
46 from tensorflow.python.estimator.canned import linear as linear_core
linear.py 22 from tensorflow.python.estimator.canned import linear as linear_lib
dnn.py 22 from tensorflow.python.estimator.canned import dnn as dnn_lib
dnn_linear_combined.py 22 from tensorflow.python.estimator.canned import dnn_linear_combined as dnn_linear_combined_lib
dnn_linear_combined_test.py 29 from tensorflow.python.estimator.canned import dnn_testing_utils
30 from tensorflow.python.estimator.canned import linear_testing_utils
31 from tensorflow.python.estimator.canned import prediction_keys
dnn_test.py 29 from tensorflow.python.estimator.canned import dnn_testing_utils
30 from tensorflow.python.estimator.canned import prediction_keys
linear_test.py 29 from tensorflow.python.estimator.canned import linear_testing_utils
30 from tensorflow.python.estimator.canned import prediction_keys
head.py 22 from tensorflow.python.estimator.canned import head as head_lib
23 from tensorflow.python.estimator.canned import metric_keys
24 from tensorflow.python.estimator.canned import prediction_keys
multi_head.py 24 from tensorflow.python.estimator.canned import head as head_lib
25 from tensorflow.python.estimator.canned import metric_keys
extenders_test.py 26 from tensorflow.python.estimator.canned import linear
  /external/tensorflow/tensorflow/python/estimator/canned/
linear_test.py 21 from tensorflow.python.estimator.canned import linear
22 from tensorflow.python.estimator.canned import linear_testing_utils
dnn_linear_combined.py 26 from tensorflow.python.estimator.canned import dnn
27 from tensorflow.python.estimator.canned import head as head_lib
28 from tensorflow.python.estimator.canned import linear
29 from tensorflow.python.estimator.canned import optimizers
optimizers_test.py 21 from tensorflow.python.estimator.canned import optimizers
baseline.py 51 from tensorflow.python.estimator.canned import head as head_lib
52 from tensorflow.python.estimator.canned import optimizers
linear.py 26 from tensorflow.python.estimator.canned import head as head_lib
27 from tensorflow.python.estimator.canned import optimizers
dnn.py 25 from tensorflow.python.estimator.canned import head as head_lib
26 from tensorflow.python.estimator.canned import optimizers
dnn_test.py 29 from tensorflow.python.estimator.canned import dnn
30 from tensorflow.python.estimator.canned import dnn_testing_utils
31 from tensorflow.python.estimator.canned import prediction_keys
dnn_linear_combined_test.py 30 from tensorflow.python.estimator.canned import dnn_linear_combined
31 from tensorflow.python.estimator.canned import dnn_testing_utils
32 from tensorflow.python.estimator.canned import linear_testing_utils
33 from tensorflow.python.estimator.canned import prediction_keys
    [all...]
parsing_utils_test.py 21 from tensorflow.python.estimator.canned import parsing_utils
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
head_impl.py 26 from tensorflow.python.estimator.canned import head
gan_estimator_test.py 35 from tensorflow.python.estimator.canned import head as head_lib
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
head.py 28 from tensorflow.python.estimator.canned import head as head_lib
  /external/llvm/utils/TableGen/
tdtags 80 -x Run a canned recipe, rather than operate on specified files.
421 # Select canned actions.

Completed in 413 milliseconds

1 2