Home
last modified time | relevance | path

Searched defs:weights_time (Results 1 – 23 of 23) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dsvdf_float16.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_state.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf2_relaxed.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_relaxed.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present_relaxed.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_state_relaxed.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present_float16.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf_state_float16.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
Dsvdf2.model.cpp14 auto weights_time = model->addOperand(&type2); in CreateModel() local
50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
/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
Dsvdf_float16.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
Dsvdf_bias_present_float16.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
/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
Dsvdf_bias_present.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
Dsvdf2.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
Dsvdf.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
/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
Dsvdf_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
Dsvdf_bias_present_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
Dsvdf2_relaxed.mod.py28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
/frameworks/ml/nn/common/operations/
DSVDF.cpp60 const RunTimeOperandInfo *weights_time = in Prepare() local