Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.cc111 if (AreShapesCompatible(input_shapes, cached_input_shapes)) { in GetEngineContext()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h175 bool AreShapesCompatible(const std::vector<TensorShape>& actual_shapes,
Dutils.cc162 bool AreShapesCompatible(const std::vector<TensorShape>& actual_shapes, in AreShapesCompatible() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc887 AreShapesCompatible(input_concrete_shapes, cache.begin()->first)) { in GetEngine()