Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc414 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local
415 const auto* contraction_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()
454 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local
455 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() local
503 const auto* squeeze_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()
572 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local
573 const auto* conv2d_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()
606 const auto& regular_fanin_0 = node_view->GetRegularFanin(0); in IsCpuCompatibleDataType() local
607 const auto* batch_norm_node_view = regular_fanin_0.node_view(); in IsCpuCompatibleDataType()
[all …]
Dgeneric_layout_optimizer.cc238 const auto& regular_fanin_0 = node->GetRegularFanin(0); in EraseCancellableNodes() local
239 auto* fanin_node = regular_fanin_0.node_view(); in EraseCancellableNodes()
Dgeneric_layout_optimizer_transposer.cc1600 const auto& regular_fanin_0 = node->GetRegularFanin(0); in TransposeNode() local
1601 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() local
1717 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()