Searched refs:tp_core_count (Results 1 – 4 of 4) sorted by relevance
859 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_compile_operation_tp() local862 … tp_cores_used = (operation->input_width > 8 || operation->input_channels > 1) ? tp_core_count : 1; in etna_ml_compile_operation_tp()876 unsigned tp_cores_used = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_compile_operation_tp()895 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_emit_operation_tp() local900 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) { in etna_ml_emit_operation_tp()903 if (more_than_one_tp_job && (j < tp_core_count - 1)) in etna_ml_emit_operation_tp()911 etna_set_state(stream, VIVS_GL_UNK03950, j < tp_core_count - 1 ? 0x8 : 0x0); in etna_ml_emit_operation_tp()
666 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_subgraph_invoke() local713 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) { in etna_ml_subgraph_invoke()738 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) in etna_ml_subgraph_invoke()
92 unsigned tp_core_count; /* number of TP cores */ member
112 info->npu.tp_core_count = db->TPEngine_CoreCount; in etna_query_feature_db()