Home
last modified time | relevance | path

Searched refs:weights_time (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dsvdf_state.mod.py26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable
34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
43 weights_time: [
H A Dsvdf.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
46 weights_time: [
H A Dsvdf2.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
49 weights_time: [
H A Dsvdf_bias_present.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
46 weights_time: [
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dsvdf_state_float16.mod.py26 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (units, memory_size)) variable
34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
43 weights_time: [
H A Dsvdf_bias_present_float16.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
46 weights_time: [
H A Dsvdf_float16.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
46 weights_time: [
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dsvdf_state_relaxed.mod.py26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable
34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
44 weights_time: [
H A Dsvdf2_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
50 weights_time: [
H A Dsvdf_bias_present_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
47 weights_time: [
H A Dsvdf_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in,
47 weights_time: [
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDF.cpp75 const RunTimeOperandInfo* weights_time = in Prepare() local
85 const uint32_t memory_size = SizeOfDimension(weights_time, 1); in Prepare()
87 NN_CHECK_EQ(SizeOfDimension(weights_time, 0), num_filters); in Prepare()
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.hal1381 * outputs = activation(memory * weights_time + bias);
1388 * * “weights_time” is a weights matrix that processes the “memory” (by a
1411 * * 2: weights_time.
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec2373 * outputs = activation(memory * weights_time + bias);
2380 * * “weights_time” is a weights matrix that processes the “memory” (by a
2406 * * 2: weights_time.
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal1767 * outputs = activation(memory * weights_time + bias);
1774 * * “weights_time” is a weights matrix that processes the “memory” (by a
1798 * * 2: weights_time.
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal1811 * outputs = activation(memory * weights_time + bias);
1818 * * “weights_time” is a weights matrix that processes the “memory” (by a
1842 * * 2: weights_time.