Home
last modified time | relevance | path

Searched defs:estimator (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexport_strategy_test.py29 def _export_fn(estimator, export_path): argument
39 def _ckpt_export_fn(estimator, export_path, checkpoint_path): argument
50 def _ckpt_eval_export_fn(estimator, export_path, checkpoint_path, argument
63 def _eval_export_fn(estimator, export_path, eval_result): argument
75 def _strip_default_attrs_export_fn(estimator, export_path, argument
Dexport_strategy.py76 estimator, argument
Dexperiment.py139 estimator, argument
283 def estimator(self): member in Experiment
Dmonitors.py89 def set_estimator(self, estimator): argument
550 def set_estimator(self, estimator): argument
1193 def set_estimator(self, estimator): argument
1312 def replace_monitors_with_hooks(monitors_or_hooks, estimator): argument
/external/tensorflow/tensorflow/contrib/predictor/
Dcore_estimator_predictor.py30 serving_input_receiver, estimator, output_key=None): argument
51 estimator, argument
Dpredictor_factories.py29 def from_contrib_estimator(estimator, argument
71 def from_estimator(estimator, argument
Dcontrib_estimator_predictor.py33 estimator, argument
/external/tensorflow/tensorflow/python/distribute/
Destimator_training.py203 def train_and_evaluate(estimator, train_spec, eval_spec, executor_cls): argument
295 def estimator_train(estimator, train_distributed_fn, hooks): argument
344 def estimator_evaluate(estimator, evaluate_distributed_fn, hooks): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py263 def _default_input_fn(estimator, examples): argument
269 def export_estimator(estimator, argument
285 def _export_estimator(estimator, argument
Dsaved_model_export_utils.py439 def export_fn(estimator, export_dir_base, checkpoint_path=None, argument
697 def export_fn(estimator, export_dir_base, checkpoint_path, eval_result=None): argument
756 def export_fn(estimator, export_dir_base, checkpoint_path=None): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dstatic_schedule.cc31 const GraphProperties& properties, const OpLevelCostEstimator& estimator, in PredictExecutionTime()
96 OpLevelCostEstimator estimator; in EstimateEarliestExecutionTimes() local
164 OpLevelCostEstimator estimator; in EstimateRequiredTimes() local
/external/tensorflow/tensorflow/contrib/data/python/ops/
Diterator_ops.py111 def __init__(self, estimator): argument
/external/grpc-grpc/test/core/transport/
Dbdp_estimator_test.cc60 void AddSamples(BdpEstimator* estimator, int64_t* samples, size_t n) { in AddSamples()
75 void AddSample(BdpEstimator* estimator, int64_t sample) { in AddSample()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.cc75 webrtc::RemoteBitrateEstimator** estimator, in ParseArgsAndSetupEstimator()
Dbwe_rtp_play.cc42 webrtc::RemoteBitrateEstimator* estimator; in main() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc44 OveruseEstimator estimator; member
92 Detector* estimator = it->second; in IncomingPacket() local
/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dpredict.py72 def train_and_predict(estimator, csv_file_name, training_steps): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py71 def export_fn(estimator, export_dir, checkpoint_path=None, eval_result=None): argument
Ddnn_tree_combined_estimator_test.py23 …om tensorflow.contrib.boosted_trees.estimator_batch import dnn_tree_combined_estimator as estimator unknown
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator_test.cc97 AnalyticalCostEstimator estimator(cluster_.get(), /*use_static_shapes=*/true, in TEST_F() local
/external/tensorflow/tensorflow/python/data/experimental/ops/
Diterator_ops.py132 def __init__(self, estimator): argument
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dstargan_estimator_test.py29 from tensorflow.contrib.gan.python.estimator.python import stargan_estimator_impl as estimator unknown
Dtpu_gan_estimator_test.py29 from tensorflow.contrib.gan.python.estimator.python import tpu_gan_estimator_impl as estimator unknown
Dgan_estimator_test.py29 from tensorflow.contrib.gan.python.estimator.python import gan_estimator_impl as estimator unknown
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc85 BweSender* CreateBweSender(BandwidthEstimatorType estimator, in CreateBweSender()

12