- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for c_api_experimental_reader (0.31 sec)
-
tensorflow/c/eager/c_api_experimental_reader.cc
See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ #include "tensorflow/c/eager/c_api_experimental_reader.h" #include "tensorflow/c/eager/tfe_monitoring_reader_internal.h" template <typename... LabelType> int64_t TFE_MonitoringCounterReader::Read(const LabelType&... labels) { return counter->Read(labels...);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 20 03:14:47 UTC 2023 - 1.4K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental_reader.h
A. Unique TensorFlower <******@****.***> 1681960263 -0700
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 20 03:14:47 UTC 2023 - 2.3K bytes - Viewed (0) -
tensorflow/c/eager/BUILD
], alwayslink = 1, ) cc_library( name = "c_api_experimental_reader", testonly = True, srcs = [ "c_api_experimental_reader.cc", ], hdrs = [ "c_api_experimental_reader.h", "tfe_monitoring_reader_internal.h", ], visibility = ["//tensorflow:internal"], deps = [ ":c_api",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 11 23:52:39 UTC 2024 - 33.3K bytes - Viewed (0) -
tensorflow/c/eager/c_api_experimental_reader_test.cc
See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ #include "tensorflow/c/eager/c_api_experimental_reader.h" #include <cstdint> #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/platform/test.h" namespace tensorflow { namespace {
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 20 03:14:47 UTC 2023 - 2.9K bytes - Viewed (0)