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

  /external/tensorflow/tensorflow/contrib/compiler/
xla_test.py 279 @xla.estimator_model_fn
300 ('test_use_as_function', xla.estimator_model_fn(_test_train_model_fn),
352 @xla.estimator_model_fn
401 @xla.estimator_model_fn
419 @xla.estimator_model_fn
433 @xla.estimator_model_fn
449 @xla.estimator_model_fn
471 @xla.estimator_model_fn
495 @xla.estimator_model_fn
508 @xla.estimator_model_fn
    [all...]
xla.py 749 def estimator_model_fn(target_model_fn=None): function
750 """estimator_model_fn decorates a model_fn to be compiled for execution.
758 @xla.estimator_model_fn()
775 est = Estimator(model_fn=xla.estimator_model_fn(model_fn), ...)

Completed in 2394 milliseconds