Searched refs:label_idx (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | einsum_op_impl.h | 125 for (int label_idx = 0; label_idx < labels->size(); ++label_idx) { in ProcessDimensions() local 126 const int label = (*labels)[label_idx]; in ProcessDimensions() 127 TF_RETURN_IF_ERROR(RecordLabelToDimension(label, label_idx, inputs[i], in ProcessDimensions() 141 for (int label_idx = 0; label_idx < labels->size(); ++label_idx) { in ProcessDimensions() local 142 const int label = (*labels)[label_idx]; in ProcessDimensions() 144 ellipsis_axis = label_idx; in ProcessDimensions() 149 label_idx + (ellipsis_axis == -1 ? 0 : num_bcast_dims - 1); in ProcessDimensions() 380 for (int label_idx = 0; label_idx < labels->size(); ++label_idx) { in ReduceOperand() local 381 const int label = labels->at(label_idx); in ReduceOperand() 382 int64_t dim = input_deduped.dim_size(label_idx); in ReduceOperand()
|
/external/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 220 static int label_idx(uint32_t offset, bool create) in label_idx() function 255 lidx = label_idx(offset, false); in label_name() 332 label_idx(i + instr->br.ioff, true); in disasm() 336 label_idx(instr->call.uoff, true); in disasm() 343 label_idx(i + 3, true); in disasm()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 206 for (int label_idx = 0, end = input_labels[i].size(); label_idx < end; in EinsumShape() local 207 ++label_idx) { in EinsumShape() 208 const char label = input_labels[i][label_idx]; in EinsumShape() 212 const int64_t axis_before_ellipsis = label_idx; in EinsumShape() 215 ? label_idx + c->Rank(input_shape) - input_labels[i].size() in EinsumShape() 229 label_idx += 2; // Skip the rest of the ellipsis. in EinsumShape() 286 for (int label_idx = 0, end = output_labels.size(); label_idx < end; in EinsumShape() local 287 ++label_idx) { in EinsumShape() 288 const char label = output_labels[label_idx]; in EinsumShape() 294 label_idx += 2; // Skip the rest of the ellipsis. in EinsumShape()
|
/external/libaom/av1/encoder/ |
D | partition_strategy.h | 21 int label_idx,
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 3688 int label_idx, 3698 if( label_idx == (int) tls1_3_label_ ## name ) \ 3773 int label_idx, 3784 if( label_idx == (int) tls1_3_label_ ## name ) \
|
/external/mbedtls/tests/suites/ |
D | test_suite_ssl.function | 4247 int label_idx, 4257 if( label_idx == (int) tls13_label_ ## name ) \ 4340 int label_idx, 4351 if( label_idx == (int) tls13_label_ ## name ) \
|