/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_overview_page.cc | 96 void SetCommonRecommendation(const CommonBottleneck& bottleneck, in SetCommonRecommendation() argument 99 re->set_bottleneck(bottleneck.input_classification); in SetCommonRecommendation() 100 re->set_statement(bottleneck.input_statement); in SetCommonRecommendation() 108 const GenericBottleneck& bottleneck) { in ComputeGenericRecommendation() argument 111 generic.set_kernel_launch_bottleneck(bottleneck.kernel_launch_classification); in ComputeGenericRecommendation() 112 generic.set_kernel_launch_statement(bottleneck.kernel_launch_statement); in ComputeGenericRecommendation() 113 generic.set_all_other_bottleneck(bottleneck.all_other_classification); in ComputeGenericRecommendation() 114 generic.set_all_other_statement(bottleneck.all_other_statement); in ComputeGenericRecommendation() 191 GenericBottleneck bottleneck = GenericOverallBottleneck(input_analysis); in ConvertOpStatsToOverviewPage() local 193 ComputeGenericRecommendation(bottleneck); in ConvertOpStatsToOverviewPage() [all …]
|
D | op_stats_to_overview_page.h | 30 void SetCommonRecommendation(const CommonBottleneck& bottleneck, 35 const GenericBottleneck& bottleneck);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 62 int bottleneck, /* excluding headers; bits/s */ in get_arrival_time() argument 73 (((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate)); in get_arrival_time() 90 int16_t bottleneck; in main() local 214 bottleneck = atoi(argv[2 - tmp]); in main() 215 if (bottleneck == 0) { in main() 224 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 227 fscanf(f_bn, "%d", &bottleneck); in main() 238 printf("\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); in main() 293 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main() 310 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main() [all …]
|
D | kenny.cc | 54 int bottleneck, /* excluding headers; bits/s */ in get_arrival_time() argument 66 ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate)); in get_arrival_time() 105 int16_t bottleneck; in main() local 377 bottleneck = atoi(argv[CodingMode+1]); in main() 378 if (bottleneck == 0 && gns == 0) { in main() 395 bottleneck = (int16_t)aux_var; in main() 405 printf("\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); in main() 500 err = WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize); in main() 643 bottleneck = (int16_t)aux_var; in main() 645 WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize); in main() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 117 int32_t bottleneck = in UpdateBottleneck() local 122 && (bottleneck > 37000) in UpdateBottleneck() 123 && (bottleneck < 41000)) { in UpdateBottleneck() 124 bottleneck = 37000; in UpdateBottleneck() 131 (bottleneck > 46000)) { in UpdateBottleneck() 132 bottleneck = 46000; in UpdateBottleneck() 138 instISAC->instLB.ISACencLB_obj.bottleneck = in UpdateBottleneck() 139 (bottleneck > 32000) ? 32000 : bottleneck; in UpdateBottleneck() 144 WebRtcIsac_RateAllocation(bottleneck, in UpdateBottleneck() 145 &(instISAC->instLB.ISACencLB_obj.bottleneck), in UpdateBottleneck() [all …]
|
D | structs.h | 329 double bottleneck; member 369 double bottleneck; member 460 int32_t bottleneck; member
|
D | encode.c | 259 ISACencLB_obj->bottleneck, ISACencLB_obj->current_framesamples); in WebRtcIsac_EncodeLb() 263 ISACencLB_obj->bottleneck, ISACencLB_obj->current_framesamples); in WebRtcIsac_EncodeLb() 520 WebRtcIsac_GetNewFrameLength(ISACencLB_obj->bottleneck, in WebRtcIsac_EncodeLb() 703 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES); in WebRtcIsac_EncodeUb16() 899 s2nr = WebRtcIsac_GetSnr(ISACencUB_obj->bottleneck, FRAMESAMPLES); in WebRtcIsac_EncodeUb12()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/ |
D | SwitchingSampRate.cc | 62 int bottleneck[MAX_NUM_CLIENTS]; in main() local 118 bottleneck[clientCntr] = (clientCntr)? bnSWB:bnWB; in main() 122 bottleneck[clientCntr] = (clientCntr)? minBn:maxBn; in main() 126 bottleneck[clientCntr] / 1000.0); in main() 176 bottleneck[clientCntr], 30) < 0) in main() 314 bottleneck[senderIdx] / 1000.0, in main() 387 streamLen, bottleneck[senderIdx], packetData[senderIdx], in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 49 int32_t bottleneck = 0; in main() local 332 bottleneck = atoi(argv[i]); in main() 333 if (bottleneck == 0) { in main() 342 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 345 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 358 printf("\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); in main() 505 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main() 674 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 677 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 682 WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 65 int32_t bottleneck = 39; in main() local 156 bottleneck = readParamInt(argc, argv, "-bn", 50000); in main() 157 fprintf(stderr, "\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); in main() 229 printf("Bottleneck............... %d bits/sec\n", bottleneck); in main() 271 if (WebRtcIsac_Control(ISAC_main_inst, bottleneck, frameSize) < 0) { in main() 358 get_arrival_time(cur_framesmpls, stream_len, bottleneck, &packetData, in main() 454 sampFreqKHz, framecnt, bottleneck, rateLB, rateUB, rate); in main()
|
/external/deqp/scripts/log/ |
D | bottleneck_report.py | 65 def bottleneck (self, resultCount) : member in XMLLogHandlerTests 102 def bottleneck (self, resultCount) : member in XMLLogHandlerGroups 162 handler.bottleneck(resultCount) 178 handlerGroups.bottleneck(resultCount)
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | overview_page.proto | 50 // Indicates if kernel launch is a performance bottleneck. Possible values: 56 // Indicates if all other is a performance bottleneck. Possible values: "no", 66 // Possible performance bottleneck: "host", "device", "both". 67 string bottleneck = 1; field 69 // bottleneck.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/ |
D | utility.c | 139 int bottleneck, /* excluding headers; bits/s */ in get_arrival_time() argument 159 / (double)(bottleneck + headerRate) + 0.5); in get_arrival_time()
|
D | utility.h | 103 int bottleneck, /* excluding headers; bits/s */
|
/external/tensorflow/tensorflow/lite/g3doc/models/style_transfer/ |
D | overview.ipynb | 110 …ased neural network that takes an input style image to a 100-dimension style bottleneck vector.\n", 111 …"1. **Style Transform Model**: A neural network that takes apply a style bottleneck vector to a co… 113 …ds to support a fixed set of style images, you can compute their style bottleneck vectors in advan… 360 " # Calculate style bottleneck.\n", 368 "# Calculate style bottleneck for the preprocessed style image.\n", 416 "# Stylize the content image using the style bottleneck.\n", 445 "# Calculate style bottleneck of the content image.\n", 466 "# Blend the style bottleneck of style image and content image\n", 470 "# Stylize the content image using the style bottleneck.\n",
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/ |
D | isac.h | 379 int32_t* bottleneck);
|
/external/skia/site/user/ |
D | tips.md | 88 1. Custom bottleneck routines 90 There are sets of bottleneck routines inside the blits of Skia
|
/external/skqp/site/user/ |
D | tips.md | 88 1. Custom bottleneck routines 90 There are sets of bottleneck routines inside the blits of Skia
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolve.frag | 203 // instructions, which would have otherwise been a likely bottleneck.
|
/external/libprotobuf-mutator/ |
D | README.md | 94 or it may use some fields as checksums. Such constraints are going to be significant bottleneck
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.3 | 49 (the bottleneck will normally be the compressors/fragment compressors).
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 120 If locked access to constant pools becomes a bottleneck, we can investigate
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-mca.rst | 305 bottleneck caused by the lack of hardware resources. In general, the lower the 312 a performance bottleneck caused by the lack of hardware resources, and the
|
/external/iperf3/docs/ |
D | invoking.rst | 143 not the storage subsystem is the bottleneck for file transfers.
|
/external/python/cpython3/Doc/library/ |
D | functools.rst | 214 performance benchmarking indicates this is a bottleneck for a given
|