Searched refs:regular_fanin_0 (Results 1 – 3 of 3) sorted by relevance
414 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local415 const auto* contraction_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()454 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local455 const auto* bias_add_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()502 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local503 const auto* squeeze_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()572 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local573 const auto* conv2d_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()606 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local607 const auto* batch_norm_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()[all …]
238 const auto& regular_fanin_0 = node->GetRegularFanin(0); in EraseCancellableNodes() local239 auto* fanin_node = regular_fanin_0.node_view(); in EraseCancellableNodes()
1600 const auto& regular_fanin_0 = node->GetRegularFanin(0); in TransposeNode() local1601 auto* regular_fanin_0_node = regular_fanin_0.node_view(); in TransposeNode()1603 !IsFaninScalarVector4D(*regular_fanin_0_node, regular_fanin_0.index()) || in TransposeNode()1608 context, GetFaninPorts(*regular_fanin_0_node, regular_fanin_0.index()), in TransposeNode()1716 const auto& regular_fanin_0 = node.GetRegularFanin(0); in IsInputConvertible() local1717 auto* regular_fanin_0_node = regular_fanin_0.node_view(); in IsInputConvertible()1721 auto& shape = output_shape_attr->list().shape(regular_fanin_0.index()); in IsInputConvertible()