Home
last modified time | relevance | path

Searched refs:SetLabel (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc130 ::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); \
Dsplit_op_test.cc53 testing::SetLabel(label); \
71 testing::SetLabel(label); \
Dsplit_v_op_test.cc81 testing::SetLabel(label); \
102 testing::SetLabel(label); \
Dnn_ops_test.cc111 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 …]
Dsparse_matmul_op_test.cc115 testing::SetLabel(label); \
132 testing::SetLabel(label); \
230 testing::SetLabel(label); \
Dmkl_conv_ops_test.cc315 testing::SetLabel(LABEL); \
338 testing::SetLabel(LABEL); \
361 testing::SetLabel(LABEL); \
/external/tensorflow/tensorflow/core/util/
Dbcast_test.cc405 testing::SetLabel("same_shapes"); in BM_BCastSetup()
410 testing::SetLabel("different_shapes"); in BM_BCastSetup()
/external/google-benchmark/test/
Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/libcxx/utils/google-benchmark/test/
Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
123 st.SetLabel(x); in TestRegistrationAtRuntime()
Dbenchmark_test.cc60 state.SetLabel(ss.str()); in BM_Factorial()
70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py488 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 …]
DJetPreview.py91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
DJetAudition.py475 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/
Dtensor_coding_test.cc187 testing::SetLabel( in BM_TensorResponse()
204 testing::SetLabel(strings::StrCat("Bytes: ", t.TotalBytes())); in BM_TensorViaTensorProto()
Drpcbench_test.cc185 testing::SetLabel( in BM_Helper()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.cc33 state.SetLabel(label.c_str()); in Finish()
/external/tensorflow/tensorflow/core/platform/
Dtest_benchmark.h108 void SetLabel(const std::string& label);
/external/tensorflow/tensorflow/core/graph/
Dmkl_tfconversion_pass_test.cc288 testing::SetLabel(strings::StrCat("Per graph node. Nodes: ", N)); in BM_RunMklToTfConversionPass()
Doptimizer_cse_test.cc366 testing::SetLabel(strings::StrCat("Per graph node. Nodes: ", N)); in BM_CSE()
/external/llvm/lib/MC/
DMCStreamer.cpp746 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/
DAsmPrinter.cpp1331 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/
Dbenchmark.h610 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/
Dbenchmark.h610 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/
Dtest_benchmark.cc248 void SetLabel(const std::string& l) { label = l; } in SetLabel() function

12