Home
last modified time | relevance | path

Searched defs:num_labels (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/dfsan/
Ddump_labels.c39 unsigned long num_labels = 1 << (sizeof(dfsan_label) * 8); in main() local
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_segmenter_demo.cc109 const int num_labels = segmentation.colored_labels_size(); in DisplayColorLegend() local
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py596 def _ilabel_to_state(labels, num_labels, ilabel_log_probs): argument
612 def _state_to_olabel(labels, num_labels, states): argument
631 def _state_to_olabel_unique(labels, num_labels, states, unique): argument
/external/tensorflow/tensorflow/core/util/
Deinsum_op_util.cc105 int num_labels = label_mapping.size(); in ParseEinsumEquation() local
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator_test.cc54 const int num_labels = 10; in CreateMiniGraph() local
/external/pytorch/aten/src/ATen/native/cuda/
DLossCTC.cu235 int64_t num_labels = log_probs.size(2); in ctc_loss_gpu_template() local
515 … int64_t batch_size, int64_t num_labels, int64_t BLANK, bool zero_infinity) { in ctc_loss_backward_collect_gpu_kernel()
584 int64_t num_labels /* D */ ) { in ctc_loss_zero_padded_gradients()
610 int64_t num_labels = log_probs.size(2); in ctc_loss_backward_gpu_template() local
/external/mesa3d/src/freedreno/afuc/
Dasm.c76 static unsigned num_labels; variable
/external/ComputeLibrary/examples/
Dneon_cnn.cpp117 constexpr unsigned int num_labels = 128; in do_setup() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_einsum_op.cc197 int num_labels = label_types.size(); in Compute() local
/external/pytorch/aten/src/ATen/native/
DLossCTC.cpp68 int64_t num_labels = log_probs.size(2); in ctc_loss_allocate_outputs() local
239 int64_t num_labels = log_probs.size(2); in ctc_loss_backward_cpu_template() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Deinsum_op_impl.h534 int num_labels = label_types.size(); in Compute() local
/external/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c242 uint num_labels; member
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py2090 num_labels=None, argument