Searched refs:TF_MUST_USE_RESULT (Results 1 – 24 of 24) sorted by relevance
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle.h | 144 Status Finish() TF_MUST_USE_RESULT; 199 TensorShape* shape) TF_MUST_USE_RESULT; 205 TensorShape* shape) TF_MUST_USE_RESULT; 219 Status Lookup(StringPiece key, Tensor* val) TF_MUST_USE_RESULT; 227 Status ReadCurrent(Tensor* val) TF_MUST_USE_RESULT; 237 TF_MUST_USE_RESULT; 244 Tensor* val) TF_MUST_USE_RESULT; 270 BundleEntryProto* entry) TF_MUST_USE_RESULT; 275 Tensor* val) TF_MUST_USE_RESULT; 283 Tensor* val) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | hlo_test_base.h | 207 TF_MUST_USE_RESULT; 216 TF_MUST_USE_RESULT; 222 TF_MUST_USE_RESULT; 229 TF_MUST_USE_RESULT; 238 TF_MUST_USE_RESULT; 242 string backend_config = "") TF_MUST_USE_RESULT; 246 string backend_config = "") TF_MUST_USE_RESULT; 250 TF_MUST_USE_RESULT; 255 TF_MUST_USE_RESULT; 259 TF_MUST_USE_RESULT;
|
D | literal_test_util.h | 49 const Shape& expected, const Shape& actual) TF_MUST_USE_RESULT; 54 const Shape& expected, const Shape& actual) TF_MUST_USE_RESULT; 58 TF_MUST_USE_RESULT; 96 absl::optional<bool> detailed_message = absl::nullopt) TF_MUST_USE_RESULT; 149 const absl::optional<ErrorSpec>& error) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cuda_solvers.h | 206 int ldc) const TF_MUST_USE_RESULT; 213 int* dev_lapack_info) TF_MUST_USE_RESULT; 220 int* dev_lapack_info) TF_MUST_USE_RESULT; 227 int* dev_lapack_info) const TF_MUST_USE_RESULT; 235 int batch_size) TF_MUST_USE_RESULT; 246 int batch_size) TF_MUST_USE_RESULT; 257 int batch_size) TF_MUST_USE_RESULT; 266 int batch_size) TF_MUST_USE_RESULT; 274 int* dev_lapack_info) TF_MUST_USE_RESULT; 287 Scalar* dev_c, int ldc, int* dev_lapack_info) TF_MUST_USE_RESULT; [all …]
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.h | 242 uint64 param) TF_MUST_USE_RESULT = 0; 244 const char* param) TF_MUST_USE_RESULT = 0; 246 void* param) TF_MUST_USE_RESULT = 0; 249 size_t (*param)(void*, size_t, size_t, FILE*)) TF_MUST_USE_RESULT = 0; 253 TF_MUST_USE_RESULT = 0; 258 curl_off_t ulnow)) TF_MUST_USE_RESULT = 0; 259 virtual CURLcode curl_easy_perform(CURL* curl) TF_MUST_USE_RESULT = 0; 261 uint64* value) TF_MUST_USE_RESULT = 0; 263 double* value) TF_MUST_USE_RESULT = 0;
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.h | 395 ShapeHandle* out) TF_MUST_USE_RESULT; 397 ShapeHandle* out) TF_MUST_USE_RESULT; 399 ShapeHandle* out) TF_MUST_USE_RESULT; 406 DimensionHandle* out) TF_MUST_USE_RESULT; 411 ShapeHandle* out) TF_MUST_USE_RESULT; 418 ShapeHandle* prefix_out) TF_MUST_USE_RESULT; 425 DimensionHandle* out) TF_MUST_USE_RESULT; 431 ShapeHandle* out) TF_MUST_USE_RESULT; 437 ShapeHandle* out) TF_MUST_USE_RESULT; 444 ShapeHandle* out) TF_MUST_USE_RESULT; [all …]
|
D | resource_mgr.h | 128 T* resource) TF_MUST_USE_RESULT; 137 T** resource) const TF_MUST_USE_RESULT; 146 resources) const TF_MUST_USE_RESULT; 161 std::function<Status(T**)> creator) TF_MUST_USE_RESULT; 167 Status Delete(const string& container, const string& name) TF_MUST_USE_RESULT; 170 Status Delete(const ResourceHandle& handle) TF_MUST_USE_RESULT; 173 Status Cleanup(const string& container) TF_MUST_USE_RESULT; 202 SHARED_LOCKS_REQUIRED(mu_) TF_MUST_USE_RESULT; 206 EXCLUSIVE_LOCKS_REQUIRED(mu_) TF_MUST_USE_RESULT; 210 SHARED_LOCKS_REQUIRED(mu_) TF_MUST_USE_RESULT; [all …]
|
D | op_kernel.h | 816 Tensor** output) TF_MUST_USE_RESULT; 820 Tensor** output) TF_MUST_USE_RESULT; 853 const AllocatorAttributes& output_attr) TF_MUST_USE_RESULT; 860 const TensorShape& output_shape, Tensor** output) TF_MUST_USE_RESULT; 864 Tensor** output) TF_MUST_USE_RESULT; 872 Tensor* out_temp) TF_MUST_USE_RESULT; 876 const TensorShape& shape, Tensor* out_temp) TF_MUST_USE_RESULT { in forward_input_or_allocate_temp() 949 Tensor** tensor) TF_MUST_USE_RESULT; 951 Tensor** tensor) TF_MUST_USE_RESULT; 958 AllocatorAttributes attr) TF_MUST_USE_RESULT; [all …]
|
D | tensor_util.h | 49 Tensor* result) TF_MUST_USE_RESULT; 62 std::vector<Tensor>* result) TF_MUST_USE_RESULT;
|
D | tensor.h | 259 const TensorShape& shape) TF_MUST_USE_RESULT { in CopyFrom() 304 bool FromProto(const TensorProto& other) TF_MUST_USE_RESULT; 305 bool FromProto(Allocator* a, const TensorProto& other) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite.h | 178 bool StepOrDie() TF_MUST_USE_RESULT; 274 int ColumnCount() const TF_MUST_USE_RESULT { in ColumnCount() 282 int ColumnType(int column) const TF_MUST_USE_RESULT { in ColumnType() 287 int64 ColumnInt(int column) const TF_MUST_USE_RESULT { in ColumnInt() 292 double ColumnDouble(int column) const TF_MUST_USE_RESULT { in ColumnDouble() 300 string ColumnString(int column) const TF_MUST_USE_RESULT { in ColumnString() 312 StringPiece ColumnStringUnsafe(int column) const TF_MUST_USE_RESULT { in ColumnStringUnsafe() 318 int ColumnSize(int column) const TF_MUST_USE_RESULT { in ColumnSize()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat.h | 169 string StrCat(const AlphaNum &a) TF_MUST_USE_RESULT; 170 string StrCat(const AlphaNum &a, const AlphaNum &b) TF_MUST_USE_RESULT; 172 const AlphaNum &c) TF_MUST_USE_RESULT; 174 const AlphaNum &d) TF_MUST_USE_RESULT; 188 const AV &... args) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/core/platform/ |
D | macros.h | 29 #define TF_MUST_USE_RESULT __attribute__((warn_unused_result)) macro 42 #define TF_MUST_USE_RESULT macro 54 #define TF_MUST_USE_RESULT macro
|
D | env.h | 272 std::function<void()> fn) TF_MUST_USE_RESULT = 0;
|
/external/tensorflow/tensorflow/stream_executor/platform/ |
D | port.h | 49 #define SE_MUST_USE_RESULT TF_MUST_USE_RESULT
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | cleanup.h | 106 TF_MUST_USE_RESULT Cleanup<DecayF> MakeCleanup(F&& f) { in MakeCleanup()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | owning_device_memory.h | 109 TF_MUST_USE_RESULT se::DeviceMemoryBase Forget() { in Forget()
|
D | shaped_buffer.h | 177 TF_MUST_USE_RESULT ShapedBuffer release();
|
D | while_loop_simplifier_test.cc | 48 TF_MUST_USE_RESULT std::unique_ptr<VerifiedHloModule> 54 TF_MUST_USE_RESULT std::unique_ptr<VerifiedHloModule>
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | status.h | 33 class TF_MUST_USE_RESULT Status;
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 100 bool ValidateInputsAreSameShape(OpKernel* op) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | statusor.h | 81 class TF_MUST_USE_RESULT StatusOr;
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 155 LOCKS_EXCLUDED(mu_) TF_MUST_USE_RESULT;
|
/external/tensorflow/tensorflow/core/util/ |
D | strided_slice_op.cc | 72 static Status TF_MUST_USE_RESULT BuildDenseSpec( in BuildDenseSpec()
|