Searched refs:input_slot (Results 1 – 12 of 12) sorted by relevance
/external/armnn/python/pyarmnn/test/ |
D | test_iconnectable.py | 28 input_slot = add.GetInputSlot(0) 29 input_slot_connection = input_slot.GetConnection() 35 assert input_slot.GetConnection() 36 assert isinstance(input_slot.GetConnection(), ann.IOutputSlot) 38 del input_slot
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | dependency_optimizer.cc | 553 for (int input_slot = 0; input_slot < node.input_size(); ++input_slot) { in TransitiveReduction() local 554 const string& input = node.input(input_slot); in TransitiveReduction() 567 control_outputs[input_node_idx].emplace_back(node_idx, input_slot); in TransitiveReduction() 606 const int input_slot = control_output.second; in TransitiveReduction() local 607 control_edges_to_remove[target].emplace(input_slot, source); in TransitiveReduction() 615 const int input_slot = slot_and_source.first; in TransitiveReduction() local 618 CHECK_LT(input_slot, target_node->input_size()); in TransitiveReduction() 619 target_node->mutable_input()->SwapElements(input_slot, in TransitiveReduction()
|
/external/libcups/cups/ |
D | ppd-emit.c | 1124 *input_slot; /* InputSlot choice, if any */ in ppd_handle_media() local 1156 input_slot = ppdFindMarkedChoice(ppd, "InputSlot"); in ppd_handle_media() 1158 if (input_slot != NULL) in ppd_handle_media() 1159 rpr = ppdFindAttr(ppd, "RequiresPageRegion", input_slot->choice); in ppd_handle_media() 1167 (!manual_feed && !input_slot) || in ppd_handle_media() 1169 (!input_slot || (input_slot->code && !input_slot->code[0]))) || in ppd_handle_media()
|
D | ppd-private.h | 185 const char *input_slot) _CUPS_PRIVATE;
|
D | ppd-cache.c | 986 ppd_option_t *input_slot, /* InputSlot option */ in _ppdCacheCreateWithPPD() local 1227 if ((input_slot = ppdFindOption(ppd, "InputSlot")) == NULL) in _ppdCacheCreateWithPPD() 1228 input_slot = ppdFindOption(ppd, "HPPaperSource"); in _ppdCacheCreateWithPPD() 1230 if (input_slot) in _ppdCacheCreateWithPPD() 1232 pc->source_option = strdup(input_slot->keyword); in _ppdCacheCreateWithPPD() 1234 if ((pc->sources = calloc((size_t)input_slot->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD() 1237 "pwg_map_t's for InputSlot.", input_slot->num_choices)); in _ppdCacheCreateWithPPD() 1241 pc->num_sources = input_slot->num_choices; in _ppdCacheCreateWithPPD() 1243 for (i = input_slot->num_choices, choice = input_slot->choices, in _ppdCacheCreateWithPPD() 2730 const char *input_slot) /* I - PPD InputSlot */ in _ppdCacheGetSource() argument [all …]
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_tgsi.c | 153 unsigned input_slot = 0; in create_vs() local 163 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 169 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 176 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 182 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | simple_propagator_state.cc | 80 const int dst_loc = e.input_slot; in PropagateOutputs()
|
D | graph_view.h | 47 int input_slot; member
|
D | propagator_state.cc | 422 const int dst_loc = e.input_slot; in ActivateNodesFastPathInternal() 522 const int dst_loc = e.input_slot; in ActivateNodesSlowPath()
|
D | immutable_executor_state.cc | 255 e.input_slot += dst_item->input_start; in Initialize()
|
D | graph_view.cc | 174 dst_edge->input_slot = e->dst_input(); in InitializeNode()
|
/external/libcups/filter/ |
D | pstops.c | 92 const char *input_slot, /* InputSlot value */ member 1306 pageinfo->num_options = cupsAddOption("InputSlot", doc->input_slot, in copy_page() 1310 doc->input_slot ? "False" : in copy_page() 2347 doc->input_slot = choice->choice; in set_pstops_options()
|