Searched refs:ops_count (Results 1 – 4 of 4) sorted by relevance
33 #define varDefine opus_int64 ops_count = 0;35 extern opus_int64 ops_count;38 return(ops_count); in silk_SaveCount()44 ret = ops_count; in silk_SaveResetCount()45 ops_count = 0; in silk_SaveResetCount()50 printf("ops_count = %d \n ", (opus_int32)ops_count); in silk_PrintCount()56 ops_count += 4; in silk_MUL()64 ops_count += 4; in silk_MUL_uint()71 ops_count += 4; in silk_MLA()79 ops_count += 4; in silk_MLA_uint()[all …]
454 int64 ops_count = 0; in TransformWithStatus() local455 if (EstimateArithmeticOpsCount(*model, &ops_count)) { in TransformWithStatus()456 LOG(INFO) << "Estimated count of arithmetic ops: " << ops_count in TransformWithStatus()457 << " ops, equivalently " << ops_count / 2 << " MACs"; in TransformWithStatus()459 model->ops_count = ops_count; in TransformWithStatus()
739 int64 ops_count; in GetGraphLabel() local740 if (EstimateArithmeticOpsCount(model, &ops_count) && (ops_count > 0)) { in GetGraphLabel()741 attrs["math"] = FormattedNumber(ops_count) + "ops"; in GetGraphLabel()
2438 int64 ArithmeticOpsCount() const { return ops_count; }2465 int64 ops_count = 0;