/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_benchmark_cpu_test.cc | 130 ::tensorflow::testing::SetLabel(LABEL); \ 138 ::tensorflow::testing::SetLabel(LABEL); \ 147 ::tensorflow::testing::SetLabel(LABEL); \ 359 ::tensorflow::testing::SetLabel(LABEL); \ 368 ::tensorflow::testing::SetLabel(LABEL); \ 378 ::tensorflow::testing::SetLabel(LABEL); \
|
D | split_op_test.cc | 53 testing::SetLabel(label); \ 71 testing::SetLabel(label); \
|
D | split_v_op_test.cc | 81 testing::SetLabel(label); \ 102 testing::SetLabel(label); \
|
D | nn_ops_test.cc | 111 testing::SetLabel( in BM_ConvFloat() 115 testing::SetLabel(label); in BM_ConvFloat() 505 testing::SetLabel( in BM_ConvFloatDepthwise() 509 testing::SetLabel(label); in BM_ConvFloatDepthwise() 784 testing::SetLabel(label); in BM_LRNFloat() 865 testing::SetLabel(label); in BM_AvgPool() 970 testing::SetLabel(label); in BM_AvgPoolBk() 1060 testing::SetLabel(label); in BM_MaxPool() 1136 testing::SetLabel(label); in BM_MaxPoolBk() 1235 testing::SetLabel(label); in BM_ReluFloat() [all …]
|
D | sparse_matmul_op_test.cc | 115 testing::SetLabel(label); \ 132 testing::SetLabel(label); \ 230 testing::SetLabel(label); \
|
D | mkl_conv_ops_test.cc | 315 testing::SetLabel(LABEL); \ 338 testing::SetLabel(LABEL); \ 361 testing::SetLabel(LABEL); \
|
/external/tensorflow/tensorflow/core/util/ |
D | bcast_test.cc | 405 testing::SetLabel("same_shapes"); in BM_BCastSetup() 410 testing::SetLabel("different_shapes"); in BM_BCastSetup()
|
/external/google-benchmark/test/ |
D | register_benchmark_test.cc | 84 st.SetLabel(label); in BM_extra_args() 123 st.SetLabel(x); in TestRegistrationAtRuntime()
|
D | benchmark_test.cc | 60 state.SetLabel(ss.str()); in BM_Factorial() 70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
|
/external/libcxx/utils/google-benchmark/test/ |
D | register_benchmark_test.cc | 84 st.SetLabel(label); in BM_extra_args() 123 st.SetLabel(x); in TestRegistrationAtRuntime()
|
D | benchmark_test.cc | 60 state.SetLabel(ss.str()); in BM_Factorial() 70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 488 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP) 492 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_STOP) 496 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE) 500 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_PLAYSEG) 503 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_PLAYMIDI) 507 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE) 509 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_RESUME) 511 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE) 601 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE) 602 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP) [all …]
|
D | JetPreview.py | 91 button.SetLabel(JetDefs.BUT_UNMUTE) 94 button.SetLabel(JetDefs.BUT_MUTE)
|
D | JetAudition.py | 475 self.btnPause.SetLabel(JetDefs.BUT_PAUSE) 480 self.btnPause.SetLabel(JetDefs.BUT_RESUME) 484 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding_test.cc | 187 testing::SetLabel( in BM_TensorResponse() 204 testing::SetLabel(strings::StrCat("Bytes: ", t.TotalBytes())); in BM_TensorViaTensorProto()
|
D | rpcbench_test.cc | 185 testing::SetLabel( in BM_Helper()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | helpers.cc | 33 state.SetLabel(label.c_str()); in Finish()
|
/external/tensorflow/tensorflow/core/platform/ |
D | test_benchmark.h | 108 void SetLabel(const std::string& label);
|
/external/tensorflow/tensorflow/core/graph/ |
D | mkl_tfconversion_pass_test.cc | 288 testing::SetLabel(strings::StrCat("Per graph node. Nodes: ", N)); in BM_RunMklToTfConversionPass()
|
D | optimizer_cse_test.cc | 366 testing::SetLabel(strings::StrCat("Per graph node. Nodes: ", N)); in BM_CSE()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 746 MCSymbol *SetLabel = Context.createTempSymbol("set", true); in emitAbsoluteSymbolDiff() local 747 EmitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff() 748 EmitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1331 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelDifference() local 1332 OutStreamer.EmitAssignment(SetLabel, Diff); in EmitLabelDifference() 1333 OutStreamer.EmitSymbolValue(SetLabel, Size, 0/*AddrSpace*/); in EmitLabelDifference() 1360 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelOffsetDifference() local 1361 OutStreamer.EmitAssignment(SetLabel, Diff); in EmitLabelOffsetDifference() 1362 OutStreamer.EmitSymbolValue(SetLabel, 4, 0/*AddrSpace*/); in EmitLabelOffsetDifference()
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 610 void SetLabel(const char* label); 612 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function 613 this->SetLabel(str.c_str()); in SetLabel()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 610 void SetLabel(const char* label); 612 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function 613 this->SetLabel(str.c_str()); in SetLabel()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | test_benchmark.cc | 248 void SetLabel(const std::string& l) { label = l; } in SetLabel() function
|