Home
last modified time | relevance | path

Searched defs:anchors (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dbbox_graph.mod.py22 anchors = Input("anchors", "TENSOR_FLOAT32", "{1, 4}") variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dbbox_graph_quant8_signed.mod.py22 anchors = Input("anchors", "TENSOR_FLOAT32", "{1, 4}") variable
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3539 ANeuralNetworksOperandType anchors = getOpType(inputOperandCode, 2, anchorsDims); in detectionPostprocessingOpTest() local