OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_values
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/jet_tools/JetCreator/
midifile.py
795
def GenerateEventList (self, ticks,
ref_values
=None):
800
if
ref_values
is None:
801
ref_values
= MIDIControllers()
809
if value !=
ref_values
.rpns[channel][rpn]:
817
if self.controllers[channel][controller] !=
ref_values
.controllers[channel][controller]:
821
if self.pressure[channel] !=
ref_values
.pressure[channel]:
825
if self.program[channel] !=
ref_values
.program[channel]:
830
if self.pitchbend[channel] !=
ref_values
.pitchbend[channel]:
[
all
...]
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_op_test_base.py
330
ref_values
= sess.run(ref_tensors)
334
ref_value =
ref_values
[i]
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp
2643
const unsigned int
ref_values
[] = { 0, 1 };
local
2675
const unsigned int
ref_values
[] = { 4, 5 };
local
[
all
...]
Completed in 329 milliseconds