/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | mirrored_strategy_multigpu_test.py | 229 def model_fn(): function 265 def model_fn(): function 286 def model_fn(): function 298 def model_fn(): function 325 def model_fn(): function 338 def model_fn(): function 351 def model_fn(): function 361 def model_fn(): function 374 def model_fn(): function 394 def model_fn(): function [all …]
|
D | single_loss_example.py | 72 def model_fn(x): function 109 def model_fn(x): function
|
D | keras_optimizer_v2_test.py | 63 def model_fn(): function
|
D | parameter_server_strategy_test.py | 164 def model_fn(): function 271 def model_fn(): function 310 def model_fn(): function 420 def model_fn(): function
|
D | minimize_loss_test.py | 294 def model_fn(inputs): function 386 def model_fn(output_context, x): function
|
D | collective_all_reduce_strategy_test.py | 227 def model_fn(): function 287 def model_fn(): function
|
D | keras_correctness_test_base.py | 233 def fit_eval_and_predict(initial_weights, input_fn, model_fn, argument
|
D | strategy_test_lib.py | 342 def model_fn(): function
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimators_test.py | 59 def model_fn(features, labels): function 99 def model_fn(features, labels): function 140 def model_fn(features, labels): function
|
D | logistic_regressor.py | 38 def _get_model_fn_with_logistic_metrics(model_fn): argument 79 model_fn, thresholds=None, model_dir=None, config=None, argument
|
D | estimator.py | 474 def model_fn(self): member in BaseEstimator 1111 model_fn=None, argument
|
/external/tensorflow/tensorflow/python/keras/applications/ |
D | applications_test.py | 46 def test_feature_extration_model(self, model_fn, output_dim): argument
|
/external/tensorflow/tensorflow/contrib/distribute/python/examples/ |
D | simple_estimator_example.py | 34 def model_fn(features, labels, mode): # pylint: disable=unused-argument function
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | main_estimator.py | 30 def model_fn(features, labels, mode, params): function
|
D | main_estimator_tpu.py | 101 def model_fn(features, labels, mode, params): function
|
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
D | latent_gan_estimator_impl.py | 96 def model_fn(features, labels, mode, params): function
|
/external/tensorflow/tensorflow/contrib/compiler/ |
D | xla_test.py | 308 def test_compile(self, model_fn, params): argument 332 def test_not_compile(self, model_fn, params): argument 558 def model_fn(features, labels, mode, params): function 580 def model_fn(features, labels, mode, params): function
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | tensorflow_op_layer_test.py | 156 def test_autolambda(self, model_fn): argument
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | gradients_test.py | 170 def model_fn(activation): function 194 def model_fn(inps, init_state): function
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | kmeans.py | 154 def model_fn(self, features, mode, config): member in _ModelFn
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_estimator.py | 1405 def __init__(self, model_fn, config, params, ctx): argument 2220 model_fn=None, argument 2766 def _augment_model_fn(self, model_fn, batch_axis): argument
|