Home
last modified time | relevance | path

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

/dports/science/pynn/PyNN-0.10.0/pyNN/neuron/
H A Dprojections.py93 for pre_idx, values in core.ezip(presynaptic_indices, *connection_parameters.values()):
96 self._connections[postsynaptic_index][pre_idx].append(
97 self.synapse_type.connection_type(self, pre_idx, postsynaptic_index, **parameters))
114 pre_idx = int(conn[0])
117 self._presynaptic_components[pre_idx][post_idx] = \
118 self.synapse_type.presynaptic_type(self, pre_idx, post_idx, **params)
H A Dsimulator.py271 def get_vargids(self, projection, pre_idx, post_idx): argument
293 pre_post_vargid = offset + 2 * (pre_idx + post_idx * len(projection.pre))
/dports/games/taisei/taisei-1.3.2/src/
H A Ddialog.c85 int pre_idx = message_index(dialog, -1); in dialog_draw() local
90 int pre_side = pre_idx >= 0 ? dialog->actions[pre_idx].type : 2; in dialog_draw()
193 if(pre_idx >= 0 && page_text_alpha < 1) { in dialog_draw()
202 text_draw_wrapped(dialog->actions[pre_idx].msg, VIEWPORT_W * 0.86, &(TextParams) { in dialog_draw()
/dports/science/pynn/PyNN-0.10.0/pyNN/mock/
H A Dprojections.py52 for pre_idx, other in ezip(presynaptic_indices, *connection_parameters.values()):
55 Connection(pre_idx, postsynaptic_index, **other_attributes)
/dports/lang/rust/rustc-1.58.1-src/src/tools/tidy/src/
H A Dpal.rs164 let pre_idx = i.saturating_sub(1); in parse_cfgs() localVariable
167 .get(pre_idx) in parse_cfgs()
/dports/science/pynn/PyNN-0.10.0/pyNN/neuroml/
H A Dprojections.py147 for pre_idx, other in ezip(presynaptic_indices, *connection_parameters.values()):
150 Connection(pre_idx,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c332 const int pre_idx = decoder_model->vbi[i]; in update_ref_buffers() local
333 if (pre_idx != -1) { in update_ref_buffers()
334 --decoder_model->frame_buffer_pool[pre_idx].decoder_ref_count; in update_ref_buffers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c332 const int pre_idx = decoder_model->vbi[i]; in update_ref_buffers() local
333 if (pre_idx != -1) { in update_ref_buffers()
334 --decoder_model->frame_buffer_pool[pre_idx].decoder_ref_count; in update_ref_buffers()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dlevel.c330 const int pre_idx = decoder_model->vbi[i]; in update_ref_buffers() local
331 if (pre_idx != -1) { in update_ref_buffers()
332 --decoder_model->frame_buffer_pool[pre_idx].decoder_ref_count; in update_ref_buffers()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dlevel.c332 const int pre_idx = decoder_model->vbi[i]; in update_ref_buffers() local
333 if (pre_idx != -1) { in update_ref_buffers()
334 --decoder_model->frame_buffer_pool[pre_idx].decoder_ref_count; in update_ref_buffers()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/tensorflow/
H A Dtensorflow_parser.py359 for pre_idx in range(start_edge_id, start_edge_id + in_edge_count):
360 pre_node = self.get_parent(source_node.name, [pre_idx])
367 valid_pre_ids.append(pre_idx)
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/
H A Dvrend_shader.c3743 int swz_idx = 0, pre_idx = 0; in get_source_info() local
3752 prefix[pre_idx++] = '-'; in get_source_info()
3754 strcpy(&prefix[pre_idx++], "abs("); in get_source_info()