Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack_builder.cc28 typedef struct filter_node { struct
29 struct filter_node* next; argument
30 struct filter_node* prev; argument
34 } filter_node; argument
38 filter_node begin;
39 filter_node end;
49 filter_node* node;
78 grpc_channel_stack_builder* builder, filter_node* node) { in create_iterator_at_filter_node()
213 static void add_after(filter_node* before, const grpc_channel_filter* filter, in add_after()
216 filter_node* new_node = in add_after()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_and_filter_fusion.cc80 const NodeDef& filter_node, in MakeFilterByLastComponentNode() argument
89 (*filter_by_component.mutable_attr())[key] = filter_node.attr().at(key); in MakeFilterByLastComponentNode()
124 const NodeDef* filter_node) -> FunctionDef* { in OptimizeAndCollectStats() argument
128 const auto& fun = filter_node->attr().at("predicate"); in OptimizeAndCollectStats()
145 const NodeDef* filter_node = get_filter_node(node); in OptimizeAndCollectStats() local
146 if (!filter_node) continue; in OptimizeAndCollectStats()
149 get_map_node(*graph_utils::GetInputNode(*filter_node, graph)); in OptimizeAndCollectStats()
152 const auto* fused_function = make_fused_function(map_node, filter_node); in OptimizeAndCollectStats()
159 MakeFilterByLastComponentNode(*fused_maps, *filter_node, &graph)); in OptimizeAndCollectStats()
162 graph.UpdateFanouts(filter_node->name(), filter_by_component->name())); in OptimizeAndCollectStats()
[all …]
/external/tensorflow/tensorflow/tools/graph_transforms/
Dflatten_atrous.cc56 const NodeDef& filter_node = match.inputs[0].inputs[1].node; in FlattenAtrousConv() local
68 const Tensor& filter = GetNodeTensorAttr(filter_node, "value"); in FlattenAtrousConv()
100 upsampled_filter_node.set_name(filter_node.name()); in FlattenAtrousConv()
/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc1724 Node* filter_node = nullptr; in SetUpContiguousInputs() local
1726 &filter_node)); in SetUpContiguousInputs()
1727 CHECK_NOTNULL(filter_node); in SetUpContiguousInputs()
1732 for (const Edge* e : filter_node->out_edges()) { in SetUpContiguousInputs()
1743 << filter_node->DebugString(); in SetUpContiguousInputs()
2052 Node* filter_node = nullptr; in CopyAttrsConvCheckConstFilter() local
2053 orig_node->input_node(1, &filter_node); in CopyAttrsConvCheckConstFilter()
2058 nb->Attr("is_filter_const", filter_node->IsConstant()); in CopyAttrsConvCheckConstFilter()
2107 Node* filter_node = nullptr; in CopyAttrsPadWithConv2D() local
2108 orig_node->input_node(1, &filter_node); in CopyAttrsPadWithConv2D()
[all …]
/external/libchrome/third_party/jinja2/
Dparser.py183 filter_node = self.parse_filter(None)
186 return nodes.AssignBlock(target, filter_node, body, lineno=lineno)