Home
last modified time | relevance | path

Searched refs:transposition (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Dsort_ops.py206 transposition = None
216 transposition = constant_op.constant(
229 transposition = array_ops.tensor_scatter_update(
231 top_k_input = array_ops.transpose(values, transposition)
235 if transposition is not None:
238 return_value = array_ops.transpose(return_value, transposition)
Dsort_ops_test.py110 transposition = (
112 self.assertFalse(tensor_util.constant_value(transposition) is None)
115 tensor_util.constant_value(transposition),
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseMatrixMatMul.pbtxt54 where the transposition is performed along the two innermost (matrix)
/external/sonivox/jet_tools/JetCreator/
Deas.py260 def SetTransposition (self, transposition): argument
262 eas_logger.debug('Call EAS_SetTransposition: transposition=%d' % transposition)
264 result = eas_dll.EAS_SetTransposition(self.eas.handle, self.handle, transposition)
1197 def SetTransposition (self, transposition): argument
1201 result = eas_dll.JET_SetTransposition(self.eas.handle, transposition)
DJetCreatorhlp.dat60 transpose = Sets the transposition value for the segment, in semitones (half-steps).
/external/sonivox/arm-wt-22k/lib_src/
Deas_public.c962 …S_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 transposition) in EAS_SetTransposition() argument
966 if ((transposition < -12) || (transposition > 12)) in EAS_SetTransposition()
971 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_TRANSPOSITION, transposition); in EAS_SetTransposition()
Deas_vm_protos.h879 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition);
Deas_ota.c820 *pValue = pData->transposition; in OTA_GetData()
Deas_rtttl.c787 *pValue = pData->transposition; in RTTTL_GetData()
Deas_smf.c738 *pValue = pSMFData->transposition; in SMF_GetData()
Deas_voicemgt.c3316 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition) in VMSetTranposition() argument
3318 pSynth->globalTranspose = (EAS_I8) transposition; in VMSetTranposition()
/external/sonivox/arm-wt-22k/host_src/
Deas.h190 …LT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas.h190 …LT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
/external/eigen/doc/
DSparseQuickReference.dox141 <td> transposition, adjoint</td>
147 Note that the transposition change the storage order. There is no support for transposeInPlace().
DTutorialMatrixArithmetic.dox94 …nd \c adjoint() simply return a proxy object without doing the actual transposition. If you do <tt…
105 For \em in-place transposition, as for instance in <tt>a = a.transpose()</tt>, simply use the \link…
DTopicAliasing.dox70 && "aliasing detected during transposition, use transposeInPlace() or evaluate the rhs into a tempo…
DTutorialSparse.dox270 %Sparse expressions also support transposition:
DQuickReference.dox337 transposition \n adjoint \matrixworld</td><td>\code
/external/llvm/test/CodeGen/Thumb2/
D2009-09-01-PostRAProlog.ll11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", …
/external/llvm-project/llvm/test/CodeGen/Thumb2/
D2009-09-01-PostRAProlog.ll11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", …
/external/mesa3d/docs/relnotes/
D17.3.7.rst109 - egl/wayland: Fix ARGB/XRGB transposition in config map
/external/llvm-project/mlir/test/Dialect/Vector/
Dinvalid.mlir1160 // expected-error@+1 {{'vector.transpose' op transposition length mismatch: 3}}
1167 // expected-error@+1 {{'vector.transpose' op transposition index out of range: 2}}
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.td1079 [affine-map](Affine.md#affine-maps) which specifies the transposition on the
1242 [affine-map](Affine.md#affine-maps) which specifies the transposition on the
2070 let summary = "Vector matrix transposition on flattened 1-D MLIR vectors";
/external/one-true-awk/testdir/
Dfunstack.ok1375 permutations and adjacent transposition
Dfunstack.in4312 …he Hamiltonian circuit of 3 vertices. The basic operation consists of transposition of a pair of a…
10168 …title = "Reflection-free permutations, rosary permutations and adjacent transposition algor…
10181 …keywords = "adjacent transposition algorithms; combinatorial analysis; combinatorial mathemati…
12031 …ns; number theory; permutations; primitive; rectangular matrix; roots; subroutines; transposition",
17775transposition'' heuristics are shown to be optimal to within a constant factor, and the transposit…
17782 …ics; list processing; rule; self organising; sequential search heuristics; sorting; transposition",

12