Home
last modified time | relevance | path

Searched defs:OwnedTFStatus (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/grappler/
Dgrappler_internal.h57 using OwnedTFStatus = std::unique_ptr<TF_Status, TFStatusDeleter>; variable
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_tensor.cc56 using OwnedTFStatus = std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)>; typedef
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc51 using OwnedTFStatus = tensorflow::TF_StatusPtr; typedef