Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dauto_shard.cc220 NodeDef* add_after = graph->GetNode(add_before.input(0)); in AddShardNode() local
222 if (absl::StrContains(add_after->op(), "Dataset")) { in AddShardNode()
226 if (add_after->attr().count(kOutputShapes) > 0) { in AddShardNode()
227 graph_utils::CopyAttribute(kOutputShapes, *add_after, &new_node); in AddShardNode()
236 if (add_after->attr().count(kOutputTypes) > 0) { in AddShardNode()
237 graph_utils::CopyAttribute(kOutputTypes, *add_after, &new_node); in AddShardNode()
238 } else if (add_after->attr().count("Toutput_types") > 0) { in AddShardNode()
240 add_after->attr().at("Toutput_types"); in AddShardNode()
253 add_after->DebugString()); in AddShardNode()
259 graph->UpdateFanouts(add_after->name(), new_node_graph->name())); in AddShardNode()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack_builder.cc225 static void add_after(filter_node* before, const grpc_channel_filter* filter, in add_after() function
243 add_after(iterator->node->prev, filter, post_init_func, user_data); in grpc_channel_stack_builder_add_filter_before()
252 add_after(iterator->node, filter, post_init_func, user_data); in grpc_channel_stack_builder_add_filter_after()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack_builder.cc213 static void add_after(filter_node* before, const grpc_channel_filter* filter, in add_after() function
231 add_after(iterator->node->prev, filter, post_init_func, user_data); in grpc_channel_stack_builder_add_filter_before()
240 add_after(iterator->node, filter, post_init_func, user_data); in grpc_channel_stack_builder_add_filter_after()