Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc98 const std::vector<TensorShape>& actual_input_shapes,
334 const std::vector<TensorShape>& actual_input_shapes, in GetCompatibleCachedEngine() argument
336 const int batch_size = actual_input_shapes[0].dim_size(0); in GetCompatibleCachedEngine()
340 *engine_input_shapes = actual_input_shapes; in GetCompatibleCachedEngine()