Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionOutputLayer.cpp39 Status validate_arguments(const ITensorInfo *input_loc, const ITensorInfo *input_conf, const ITenso… in validate_arguments()
85 void retrieve_all_loc_predictions(const ITensor *input_loc, const int num, in retrieve_all_loc_predictions()
393 void CPPDetectionOutputLayer::configure(const ITensor *input_loc, const ITensor *input_conf, const … in configure()
443 Status CPPDetectionOutputLayer::validate(const ITensorInfo *input_loc, const ITensorInfo *input_con… in validate()
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h596 NodeIdxPair input_loc = { s.tail_node(), 0 }; in create_layer() local
/external/ComputeLibrary/src/graph/
DGraphBuilder.cpp396 NodeID GraphBuilder::add_detection_output_node(Graph &g, NodeParams params, NodeIdxPair input_loc, … in add_detection_output_node()