Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_2/
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: [
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: [
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: [
/frameworks/ml/nn/runtime/test/specs/V1_0/
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: [
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: [
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: [
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: [
/frameworks/ml/nn/runtime/test/specs/V1_1/
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: [
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: [
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: [
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: [
/frameworks/ml/nn/common/operations/
DSVDF.cpp77 const RunTimeOperandInfo* weights_time = in Prepare() local
87 const uint32_t memory_size = SizeOfDimension(weights_time, 1); in Prepare()
89 NN_CHECK_EQ(SizeOfDimension(weights_time, 0), num_filters); in Prepare()
/frameworks/ml/nn/tools/api/
Dtypes.spec2274 * outputs = activation(memory * weights_time + bias);
2281 * * “weights_time” is a weights matrix that processes the “memory” (by a
2307 * * 2: weights_time.