Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h720 bool OpMightHaveSideEffect(const TfLiteNode* node,
Dsubgraph.cc852 node.might_have_side_effect = OpMightHaveSideEffect(&node, registration); in AddNodeWithParameters()
877 bool Subgraph::OpMightHaveSideEffect( in OpMightHaveSideEffect() function in tflite::Subgraph