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

  /external/tensorflow/tensorflow/python/estimator/export/
export_test.py 56 export.ServingInputReceiver(features, receiver_tensors)
65 export.ServingInputReceiver(
70 export.ServingInputReceiver(
76 export.ServingInputReceiver(
90 export.ServingInputReceiver(
96 export.ServingInputReceiver(
103 export.ServingInputReceiver(
110 input_receiver = export.ServingInputReceiver(
123 _ = export.ServingInputReceiver(features, receiver_tensor)
130 _ = export.ServingInputReceiver(features, receiver_tensors
    [all...]
export_lib.py 24 from tensorflow.python.estimator.export.export import ServingInputReceiver
36 'ServingInputReceiver',
export.py 46 @tf_export('estimator.export.ServingInputReceiver')
47 class ServingInputReceiver(collections.namedtuple(
48 'ServingInputReceiver',
116 return super(ServingInputReceiver, cls).__new__(
147 return ServingInputReceiver(features, receiver_tensors)
183 return ServingInputReceiver(receiver_tensors, receiver_tensors.copy())
  /external/tensorflow/tensorflow/contrib/predictor/
testing_common.py 92 return export_lib.ServingInputReceiver(
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
estimators.py 150 return export_lib.ServingInputReceiver(placeholders, placeholders)
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py     [all...]

Completed in 492 milliseconds