Home
last modified time | relevance | path

Searched refs:feed_dict_fn (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py600 feed_dict_fn=None, argument
628 if (feed_dict_fn and input_map_fn) or (not feed_dict_fn and
666 fetches, feed_dict=feed_dict_fn() if feed_dict_fn else None)
Dtrt_convert_test.py227 feed_dict_fn=CalibrationData().next)
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Dmodel_handler.py486 feed_dict_fn=lambda: calibration_inputs)
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py498 feed_dict_fn=lambda: self._GetFeedDict(inputs_data[0]))