Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_tensor_handle.cc47 Status ImmediateExecutionTensorHandle::SummarizeValue( in SummarizeValue() function in tensorflow::ImmediateExecutionTensorHandle
Dc_api.cc517 Status SummarizeValue(std::string& summary) const override { in SummarizeValue() function in tensorflow::__anon9d665ed60211::CAPICustomDeviceTensorHandle
/external/tensorflow/tensorflow/core/framework/
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 …]
Dresource_handle.h102 std::string SummarizeValue() const { return "Resource Tensor"; } in SummarizeValue() function
Dvariant.h242 std::string SummarizeValue() const { in SummarizeValue() function
Dtensor.cc1150 string Tensor::SummarizeValue(int64_t max_entries, bool print_v2) const { in SummarizeValue() function in tensorflow::Tensor
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device_test.cc88 Status SummarizeValue(std::string& summary) const override { in SummarizeValue() function in tensorflow::eager::__anon325885840111::TestCustomDeviceTensorHandle
/external/tensorflow/tensorflow/c/
Dtf_tensor.cc209 std::string TensorInterface::SummarizeValue() const { in SummarizeValue() function in tensorflow::TensorInterface
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc543 Status ParallelTensor::SummarizeValue(std::string& summary) { in SummarizeValue() function in tensorflow::parallel_device::ParallelTensor
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc341 std::string TensorInterface::SummarizeValue() const { in SummarizeValue() function in tfrt::tf::TensorInterface
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1511 bool MallocChecker::SummarizeValue(raw_ostream &os, SVal V) { in SummarizeValue() function in MallocChecker