HomeSort by relevance Sort by last modified time
    Searched refs:twos (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 21 twos := [NNN]ttt{TWOS}
25 if onesA == twos {
26 println("onesA == twos in CheckEqNNN_TTT")
28 if onesB == twos {
29 println("onesB == twos in CheckEqNNN_TTT")
31 if s := fmt.Sprint(onesA == onesB, onesA != twos, onesB != twos); s != "true true true" {
39 twos := [NNN]ttt{TWOS}
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 21 twos := [NNN]ttt{TWOS}
25 if onesA == twos {
26 println("onesA == twos in CheckEqNNN_TTT")
28 if onesB == twos {
29 println("onesB == twos in CheckEqNNN_TTT")
31 if s := fmt.Sprint(onesA == onesB, onesA != twos, onesB != twos); s != "true true true" {
39 twos := [NNN]ttt{TWOS}
    [all...]
  /frameworks/ml/nn/runtime/test/
TestUnknownDimensions.cpp 83 const IntendedMatrix twos = { { 2, 2, 2 }, { 2, 2, 2 }, { 2, 2, 2 } }; member in class:__anon46145::UnknownDimensionsTest
144 model.setOperandValue(constantOpd0, twos, sizeof(twos));
212 ASSERT_EQ(execution.setInput(1, twos, sizeAtSet(paramsForInput1), typeAtSet(paramsForInput1)),
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 40 Formattable twos = new Formattable() { local
51 assertEquals("aaa 111 bbb 222?", new Formatter().format("aaa %s bbb %s?", ones, twos).toString());
  /external/protobuf/js/binary/
arith.js 316 * 64-bit value as a twos-complement-signed integer. It does *not* support the
385 // If the number is negative, find its twos-complement inverse.
  /external/tensorflow/tensorflow/python/training/
saver_test.py 567 twos = variables.Variable([2.0, 2.0, 2.0])
577 twos = variables.Variable([0.0, 0.0, 0.0])
583 self.assertAllClose([2.0, 2.0, 2.0], twos.eval())
606 # if build is not deferred, saver cannot save the `twos`.
607 twos = variables.Variable([2.0, 2.0, 2.0])
615 twos = variables.Variable([0.0, 0.0, 0.0])
620 self.assertAllClose([2.0, 2.0, 2.0], twos.eval())
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 288 milliseconds