Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h129 bool IsRelu(const NodeDef& node);
Dop_types.cc405 bool IsRelu(const NodeDef& node) { return node.op() == "Relu"; } in IsRelu() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc267 if (!relu || !IsRelu(*relu) || HasControlFaninOrFanout(ctx.graph_view, relu)) in FindConv2DWithBiasAndRelu()
396 if (!node || !IsRelu(*node) || HasControlFaninOrFanout(ctx.graph_view, node)) in FindConv2DWithBatchNormAndRelu()