Home
last modified time | relevance | path

Searched refs:score_thresh (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc444 const xla::XlaOp score_thresh = context->Input("score_threshold"); in Compile() local
533 xla::Gt(scores, xla::Broadcast(score_thresh, {num_boxes})); in Compile()
/external/libaom/libaom/av1/encoder/
Dtx_search.c1766 const float score_thresh = in prune_tx_2D() local
1783 if (scores_2D[tx_idx] >= score_thresh && allow_tx_type) { in prune_tx_2D()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc6020 float score_thresh = *(static_cast<float*>(score_threshold.GetValues())); in ConvertCombinedNMS() local
6033 nvinfer1::PluginField{"scoreThreshold", &score_thresh, in ConvertCombinedNMS()