Searched refs:HasControlFaninOrFanout (Results 1 – 3 of 3) sorted by relevance
380 inline bool HasControlFaninOrFanout(const utils::MutableNodeView& node_view) { in IsCpuCompatibleDataType() function407 if (HasControlFaninOrFanout(*node_view)) return false; in IsCpuCompatibleDataType()424 HasControlFaninOrFanout(*contraction_node_view) || in IsCpuCompatibleDataType()447 if (HasControlFaninOrFanout(*node_view)) return false; in IsCpuCompatibleDataType()494 if (HasControlFaninOrFanout(*node_view)) return false; in IsCpuCompatibleDataType()508 HasControlFaninOrFanout(*squeeze_node_view) || in IsCpuCompatibleDataType()528 HasControlFaninOrFanout(*conv2d_node_view) || in IsCpuCompatibleDataType()563 if (HasControlFaninOrFanout(*node_view) || in IsCpuCompatibleDataType()580 HasControlFaninOrFanout(*conv2d_node_view) || in IsCpuCompatibleDataType()598 if (HasControlFaninOrFanout(*node_view)) return false; in IsCpuCompatibleDataType()[all …]
87 bool HasControlFaninOrFanout(const GraphView& graph_view, const NodeDef* node) { in HasControlFaninOrFanout() function
420 bool HasControlFaninOrFanout(const GraphView& graph_view, const NodeDef* node);