Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc76 bool IsCompatibleTypeWithTFLCastOp(Type type) { in IsCompatibleTypeWithTFLCastOp() function
198 if (IsCompatibleTypeWithTFLCastOp(value.getType()) && in OutlineWhile()
199 IsCompatibleTypeWithTFLCastOp(type)) { in OutlineWhile()