Searched refs:TensorValueToString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/ |
H A D | test_util.cc | 43 std::string TensorValueToString(const ::TfLiteTensor* tensor, in TensorValueToString() function 51 std::string TensorValueToString<bool>(const ::TfLiteTensor* tensor, in TensorValueToString() function 70 std::string TensorValueToString<float>(const ::TfLiteTensor* tensor, in TensorValueToString() function 76 std::string TensorValueToString<double>(const ::TfLiteTensor* tensor, in TensorValueToString() function 82 std::string TensorValueToString<StringRef>(const ::TfLiteTensor* tensor, in TensorValueToString() function 102 val_str = TensorValueToString<bool>(tensor, idx); in TfliteTensorDebugStringImpl() 106 val_str = TensorValueToString<uint8_t>(tensor, idx); in TfliteTensorDebugStringImpl() 110 val_str = TensorValueToString<int8_t>(tensor, idx); in TfliteTensorDebugStringImpl() 114 val_str = TensorValueToString<int16_t>(tensor, idx); in TfliteTensorDebugStringImpl() 118 val_str = TensorValueToString<int32_t>(tensor, idx); in TfliteTensorDebugStringImpl() [all …]
|