Searched
full:to_string (Results
376 -
400 of
899) sorted by null
<<11121314151617181920>>
| /external/tensorflow/tensorflow/contrib/cloud/kernels/ |
| bigquery_reader_ops.cc | 82 *key = std::to_string(row_id);
|
| /external/tensorflow/tensorflow/core/kernels/ |
| mkl_avgpooling_op.cc | 530 string error_msg = "Status: " + std::to_string(e.status) + 532 string(__FILE__) + ":" + std::to_string(__LINE__); 636 string error_msg = "Status: " + std::to_string(e.status) + 638 string(__FILE__) + ":" + std::to_string(__LINE__);
|
| mkl_maxpooling_op.cc | 575 string error_msg = "Status: " + std::to_string(e.status) + 577 string(__FILE__) + ":" + std::to_string(__LINE__); 703 string error_msg = "Status: " + std::to_string(e.status) + 705 string(__FILE__) + ":" + std::to_string(__LINE__); [all...] |
| parse_tensor_test.cc | 190 [](int x) -> string { return std::to_string(x / 10.); });
|
| /external/tensorflow/tensorflow/python/eager/ |
| core_test.py | 70 self.assertEqual(ctx.device_name, ctx.device_spec.to_string()) 74 self.assertEqual(ctx.device_name, ctx.device_spec.to_string()) 77 self.assertEqual(ctx.device_name, ctx.device_spec.to_string()) 81 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
|
| /external/webrtc/webrtc/modules/audio_processing/ |
| audio_processing_performance_unittest.cc | 266 std::string s = std::to_string(average); 268 s += std::to_string(standard_dev); 273 "_" + std::to_string(simulation_config_->sample_rate_hz) + "Hz"; 284 value_string += std::to_string(duration) + ",";
|
| /frameworks/base/libs/androidfw/tests/ |
| AttributeResolution_bench.cpp | 131 StringPiece(layout_path, len).to_string(), cookie, Asset::ACCESS_BUFFER);
|
| /frameworks/base/libs/hwui/pipeline/skia/ |
| SkiaVulkanPipeline.cpp | 169 std::to_string(getpid()) + "]");
|
| /frameworks/base/tools/aapt2/ |
| ConfigDescription.h | 67 std::string to_string() const;
|
| /frameworks/base/tools/aapt2/util/ |
| BigBuffer.h | 120 std::string to_string() const;
|
| /frameworks/native/services/surfaceflinger/tests/hwc2/ |
| Hwc2TestProperties.cpp | 170 dmp << "\tcolor: r " << std::to_string(color.r) << ", g " 171 << std::to_string(color.g) << ", b " << std::to_string(color.b) 172 << ", a " << std::to_string(color.a) << "\n";
|
| /hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
| VehicleHalTestUtils.h | 172 std::to_string(__LINE__)).c_str()); \
|
| /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
| HidReport.cpp | 76 + std::to_string((exponentInt <= 7) ? exponentInt : exponentInt - 16);
|
| /hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
| hw_info.cpp | 53 using std::to_string; 154 + to_string(kHWCapabilitiesNode) + "/mdp/caps"; 396 string path = "/sys/class/video4linux/video" + to_string(i) + "/name"; 405 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
|
| /hardware/qcom/display/msm8998/libgralloc1/ |
| gr_ion_alloc.cpp | 89 tag_name = "ION_IOC_ALLOC size: " + std::to_string(data->size);
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/ |
| register_benchmark_test.cc | 121 st.SetLabel(std::to_string(x));
|
| /system/core/init/ |
| descriptors.cpp | 63 std::string val = std::to_string(fd);
|
| security.cpp | 96 std::string str_val = std::to_string(current);
|
| subcontext_test.cpp | 74 auto our_pid = std::to_string(getpid());
|
| ueventd_test.cpp | 82 return std::pair(dir.path + "/gid_"s + std::to_string(gid), gid);
|
| /system/core/libbacktrace/ |
| backtrace_benchmarks.cpp | 48 open((std::string("/proc/") + std::to_string(pid) + "/maps").c_str(), O_RDONLY | O_CLOEXEC);
|
| /system/core/libunwindstack/ |
| DwarfCfa.cpp | 150 string = " register(" + std::to_string(value) + ")"; 153 string += " " + std::to_string(static_cast<SignedType>(value)); 159 string += " " + std::to_string(value); 219 log_string += " " + std::to_string(end_offset);
|
| Maps.cpp | 242 return "/proc/" + std::to_string(pid_) + "/maps";
|
| /system/extras/simpleperf/ |
| record_file_test.cpp | 172 std::string s = std::to_string(i);
|
| /system/extras/tests/kernel.config/ |
| aslr_test.cpp | 50 std::string str_val = std::to_string(new_val);
|
Completed in 1559 milliseconds
<<11121314151617181920>>