Home
last modified time | relevance | path

Searched refs:TF_MUST_USE_RESULT (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.h144 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/
Dhlo_test_base.h207 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;
Dliteral_test_util.h49 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/
Dcuda_solvers.h206 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/
Dcurl_http_request.h242 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/
Dshape_inference.h395 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 …]
Dresource_mgr.h128 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 …]
Dop_kernel.h816 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 …]
Dtensor_util.h49 Tensor* result) TF_MUST_USE_RESULT;
62 std::vector<Tensor>* result) TF_MUST_USE_RESULT;
Dtensor.h259 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/
Dsqlite.h178 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/
Dstrcat.h169 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/
Dmacros.h29 #define TF_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
42 #define TF_MUST_USE_RESULT macro
54 #define TF_MUST_USE_RESULT macro
Denv.h272 std::function<void()> fn) TF_MUST_USE_RESULT = 0;
/external/tensorflow/tensorflow/stream_executor/platform/
Dport.h49 #define SE_MUST_USE_RESULT TF_MUST_USE_RESULT
/external/tensorflow/tensorflow/core/lib/gtl/
Dcleanup.h106 TF_MUST_USE_RESULT Cleanup<DecayF> MakeCleanup(F&& f) { in MakeCleanup()
/external/tensorflow/tensorflow/compiler/xla/service/
Downing_device_memory.h109 TF_MUST_USE_RESULT se::DeviceMemoryBase Forget() { in Forget()
Dshaped_buffer.h177 TF_MUST_USE_RESULT ShapedBuffer release();
Dwhile_loop_simplifier_test.cc48 TF_MUST_USE_RESULT std::unique_ptr<VerifiedHloModule>
54 TF_MUST_USE_RESULT std::unique_ptr<VerifiedHloModule>
/external/tensorflow/tensorflow/core/lib/core/
Dstatus.h33 class TF_MUST_USE_RESULT Status;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h100 bool ValidateInputsAreSameShape(OpKernel* op) TF_MUST_USE_RESULT;
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor.h81 class TF_MUST_USE_RESULT StatusOr;
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h155 LOCKS_EXCLUDED(mu_) TF_MUST_USE_RESULT;
/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.cc72 static Status TF_MUST_USE_RESULT BuildDenseSpec( in BuildDenseSpec()