Searched refs:input_slot (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Ddependency_optimizer.cc443 for (int input_slot = 0; input_slot < node.input_size(); ++input_slot) {
444 const string& input = node.input(input_slot);
455 control_outputs[input_node_idx].emplace_back(node_idx, input_slot);
465 // Map from target_index -> set of (input_slot, source_index), representing
509 const int input_slot = control_output.second; local
510 control_edges_to_remove[target].emplace(input_slot, source);
523 const int input_slot = slot_and_source.first; local
526 CHECK_LT(input_slot, target_nod
[all...]
/external/libcups/cups/
H A Dppd-emit.c1110 *input_slot; /* InputSlot choice, if any */ local
1142 input_slot = ppdFindMarkedChoice(ppd, "InputSlot");
1144 if (input_slot != NULL)
1145 rpr = ppdFindAttr(ppd, "RequiresPageRegion", input_slot->choice);
1153 (!manual_feed && !input_slot) ||
1155 (!input_slot || (input_slot->code && !input_slot->code[0]))) ||
H A Dppd-private.h196 const char *input_slot);
H A Dppd-cache.c960 ppd_option_t *input_slot, /* InputSlot option */ local
1197 if ((input_slot = ppdFindOption(ppd, "InputSlot")) == NULL)
1198 input_slot = ppdFindOption(ppd, "HPPaperSource");
1200 if (input_slot)
1202 pc->source_option = _cupsStrAlloc(input_slot->keyword);
1204 if ((pc->sources = calloc((size_t)input_slot->num_choices, sizeof(pwg_map_t))) == NULL)
1207 "pwg_map_t's for InputSlot.", input_slot->num_choices));
1211 pc->num_sources = input_slot->num_choices;
1213 for (i = input_slot->num_choices, choice = input_slot
2661 _ppdCacheGetSource( _ppd_cache_t *pc, const char *input_slot) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c272 unsigned input_slot = 0; local
284 src = ureg_DECL_vs_input(ureg, input_slot++);
290 src = ureg_DECL_vs_input(ureg, input_slot++);
296 src = ureg_DECL_vs_input(ureg, input_slot++);
302 src = ureg_DECL_vs_input(ureg, input_slot++);
308 src = ureg_DECL_vs_input(ureg, input_slot++);
/external/libcups/filter/
H A Dpstops.c97 const char *input_slot, /* InputSlot value */ member in struct:__anon11133
1312 pageinfo->num_options = cupsAddOption("InputSlot", doc->input_slot,
1316 doc->input_slot ? "False" :
2353 doc->input_slot = choice->choice;
/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc204 int input_slot; member in struct:tensorflow::__anon26154::EdgeInfo
532 dst_edge->input_slot = e->dst_input();
2487 const int dst_slot = e.input_slot;

Completed in 197 milliseconds