Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioBufferProvider.h36 int8_t* i8; member
DAudioRecord.h92 int8_t* i8; // unsigned 8-bit, offset by 0x80 member
DAudioTrack.h108 int8_t* i8; // unsigned 8-bit, offset by 0x80 member
/frameworks/ml/nn/runtime/test/specs/V1_0/
Ddepthwise_conv.mod.py6 i8 = Int32Scalar("b8", 0) variable
Dmobilenet_224_gender_basic_fixed.mod.py145 i8 = Parameter("op8", "TENSOR_FLOAT32", "{128, 1, 1, 128}", [-0.172699, 0.0449607, -0.00371321, 0.0… variable
Dmobilenet_quantized.mod.py146 i8 = Parameter("op8", "TENSOR_QUANT8_ASYMM", "{512, 1, 1, 512}, 0.00691097788513, 136", [126, 134, … variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Ddepthwise_conv_relaxed.mod.py22 i8 = Int32Scalar("b8", 0) variable
Dmobilenet_224_gender_basic_fixed_relaxed.mod.py161 i8 = Parameter("op8", "TENSOR_FLOAT32", "{128, 1, 1, 128}", [-0.172699, 0.0449607, -0.00371321, 0.0… variable
/frameworks/ml/nn/tools/test_generator/tests/P_vts_internal/
Dadd_internal.mod.py25 i8 = Input("i8", ("TENSOR_FLOAT32", [2])) # input 0 variable
/frameworks/ml/nn/tools/test_generator/tests/P_internal/
Dadd_internal.mod.py25 i8 = Input("i8", ("TENSOR_FLOAT32", [2])) # input 0 variable
/frameworks/av/media/mtp/
DMtpProperty.h30 int8_t i8; member
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtranspose_conv2d.mod.py264 i8 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dtranspose_conv2d_quant8_signed.mod.py299 i8 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
Dtranspose_quant8_signed.mod.py300 i8 = Input("op1", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # input 0 variable
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp2448 std::int8_t i8; in TEST() local