Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc1061 std::vector<bool>* invalidated_nodes, in IsCpuCompatibleDataType() argument
1098 (*invalidated_nodes)[matched.bias_add] = true; in IsCpuCompatibleDataType()
1106 std::vector<bool>* invalidated_nodes, std::vector<bool>* nodes_to_delete) { in IsCpuCompatibleDataType() argument
1149 (*invalidated_nodes)[matched.activation] = true; in IsCpuCompatibleDataType()
1156 std::vector<bool>* invalidated_nodes, in IsCpuCompatibleDataType() argument
1196 (*invalidated_nodes)[matched.contraction] = true; in IsCpuCompatibleDataType()
1197 (*invalidated_nodes)[matched.bias_add] = true; in IsCpuCompatibleDataType()
1205 std::vector<bool>* invalidated_nodes, in IsCpuCompatibleDataType() argument
1235 (*invalidated_nodes)[matched.fused_batch_norm] = true; in IsCpuCompatibleDataType()
1243 std::vector<bool>* invalidated_nodes, in IsCpuCompatibleDataType() argument
[all …]