Home
last modified time | relevance | path

Searched defs:SummarizeValue (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_test.cc1355 TEST(SummarizeValue, Uninitialized) { in TEST() argument
1363 TEST(SummarizeValue, INT32) { in TEST() argument
1375 TEST(SummarizeValue, INT32Dims) { in TEST() argument
1382 TEST(SummarizeValue, FLOAT) { in TEST() argument
1394 TEST(SummarizeValue, BOOL) { in TEST() argument
1400 TEST(SummarizeValue, STRING) { in TEST() argument
1409 TEST(SummarizeValue, INT32_PRINT_V2) { in TEST() argument
1424 TEST(SummarizeValue, INT32Dims_PRINT_V2) { in TEST() argument
1434 TEST(SummarizeValue, FLOAT_PRINT_V2) { in TEST() argument
1449 TEST(SummarizeValue, BOOL_PRINT_V2) { in TEST() argument
[all …]
H A Dresource_handle_test.cc68 TEST_F(ResourceHandleTest, SummarizeValue) { in TEST_F() argument
H A Dresource_handle.cc121 string ResourceHandle::SummarizeValue() const { in SummarizeValue() function in tensorflow::ResourceHandle
H A Dvariant.h242 std::string SummarizeValue() const { in SummarizeValue() function
H A Dtensor.cc1216 string Tensor::SummarizeValue(int64_t max_entries, bool print_v2) const { in SummarizeValue() function in tensorflow::Tensor
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc598 Status ParallelTensor::SummarizeValue(std::string& summary) { in SummarizeValue() function in tensorflow::parallel_device::ParallelTensor
618 Status ParallelTensor::SummarizeValue(std::string& summary) { in SummarizeValue() function in tensorflow::parallel_device::ParallelTensor
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dimmediate_execution_tensor_handle.cc47 Status ImmediateExecutionTensorHandle::SummarizeValue( in SummarizeValue() function in tensorflow::ImmediateExecutionTensorHandle
H A Dc_api.cc519 Status SummarizeValue(std::string& summary) const override { in SummarizeValue() function in tensorflow::__anon816881a00211::CAPICustomDeviceTensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.cc358 std::string TensorWithLayout::SummarizeValue() const { in SummarizeValue() function in tensorflow::dtensor::TensorWithLayout
444 std::string SparseTensorWithLayout::SummarizeValue() const { in SummarizeValue() function in tensorflow::dtensor::SparseTensorWithLayout
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcustom_device_test.cc88 Status SummarizeValue(std::string& summary) const override { in SummarizeValue() function in tensorflow::eager::__anonb9701f0e0111::TestCustomDeviceTensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor.cc214 std::string TensorInterface::SummarizeValue() const { in SummarizeValue() function in tensorflow::TensorInterface
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc342 std::string TensorInterface::SummarizeValue() const { in SummarizeValue() function in tfrt::tf::TensorInterface
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1511 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker