Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 15 of 15) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Ddepthwise_conv2d_per_channel.mod.py56 b3 = Parameter("op3", "TENSOR_INT32", "{4}", [4, 4, 4, 4]) variable
Dgrouped_conv2d.mod.py107 b3 = Parameter("op3", "TENSOR_FLOAT32", "{6}", [10, -20, 30, -40, 50, -60]) # bias variable
Dconv2d_dilation.mod.py125 b3 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) variable
Ddepthwise_conv2d_v1_2.mod.py89 b3 = Parameter("op3", "TENSOR_FLOAT32", "{2}", [100, 200]) variable
Dtranspose_conv2d.mod.py103 b3 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) # bias variable
Dconv2d_v1_2.mod.py78 b3 = Parameter("op3", "TENSOR_FLOAT32", "{3}", [0., 0., 0.]) variable
/frameworks/base/tests/net/java/com/android/internal/util/
DBitUtilsTest.java129 static byte[] bytes(int b1, int b2, int b3, int b4) { in bytes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs431 public void WriteRawTag(byte b1, byte b2, byte b3) in WriteRawTag()
445 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
461 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DByteStream.java171 int b3 = getUnsignedByte(); in unpackUsbInt() local
/frameworks/native/opengl/libagl/
Ddxt.cpp104 int b3 = (x ) & 0xff; in swap() local
251 int r2, g2, b2, r3, g3, b3, a3; in decodeDXT1() local
379 int b3 = avg23(b1, b0); in decodeDXT3() local
536 int b3 = avg23(b1, b0); in decodeDXT5() local
Dmatrix.h350 GLfixed a3, GLfixed b3) in mla4()
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java165 int b0, b1, b2, b3; in unpackInt() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java732 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt()
750 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java417 boolean b2, boolean b3, Configuration configuration, in bindApplication()
531 Debug.MemoryInfo memoryInfo, boolean b, boolean b1, boolean b2, boolean b3, in dumpMemInfo()
538 boolean b3, String[] strings) throws RemoteException { in dumpMemInfoProto()
/frameworks/native/libs/ui/tests/
DBufferHubBuffer_test.cpp137 auto b3 = BufferHubBuffer::create(kWidth, kHeight, kLayerCount, kFormat, kUsage, in TEST_F() local