- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 92 for endOf (0.03 sec)
-
tensorflow/c/c_test.c
#include <limits.h> #include <memory.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <unistd.h> #ifdef _WIN32 #include <process.h> #endif #include "tensorflow/c/c_api.h" #include "tensorflow/c/c_api_experimental.h" #include "tensorflow/c/env.h" #include "tensorflow/c/kernels.h"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Apr 24 20:50:35 UTC 2024 - 2.8K bytes - Viewed (0) -
tensorflow/c/checkpoint_reader.h
CheckpointReader(const CheckpointReader&) = delete; void operator=(const CheckpointReader&) = delete; }; } // namespace checkpoint } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 12 08:49:52 UTC 2023 - 3.1K bytes - Viewed (0) -
tensorflow/c/eager/abstract_tensor_handle.h
using AbstractTensorHandlePtr = std::unique_ptr<AbstractTensorHandle, internal::AbstractTensorHandleDeleter>; } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/login/index.jsp
<link href="${fe:url('/css/admin/style.css')}" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]> <script src="${fe:url('/css/admin/html5shiv.min.js')}"></script> <script src="${fe:url('/css/admin/respond.min.js')}"></script> <![endif]--> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <la:link href="/"> <img src="${fe:url('/images/logo-top.png')}"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/login/newpassword.jsp
<link href="${fe:url('/css/admin/style.css')}" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]> <script src="${fe:url('/css/admin/html5shiv.min.js')}"></script> <script src="${fe:url('/css/admin/respond.min.js')}"></script> <![endif]--> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <la:link href="/"> <img src="${fe:url('/images/logo-top.png')}"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 3K bytes - Viewed (0) -
tensorflow/c/eager/gradients_internal.h
int* num_retvals, ForwardOperation*, Tape*, const GradientRegistry&); } // namespace internal } // namespace gradients } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 4.7K bytes - Viewed (0) -
tensorflow/c/eager/c_api_test_util.h
void ReplaceTaskInServerDef(tensorflow::ServerDef* server_def, int task_index, const std::string& host, int port); std::vector<std::string> ListDeviceNames(TFE_Context* ctx);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Jul 17 23:43:59 UTC 2023 - 7.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/profile/index.jsp
<link href="${fe:url('/css/admin/style.css')}" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]> <script src="${fe:url('/css/admin/html5shiv.min.js')}"></script> <script src="${fe:url('/css/admin/respond.min.js')}"></script> <![endif]--> </head> <body class="hold-transition login-page"> <div class="login-box"> <div class="login-logo"> <la:link href="/"> <img src="${fe:url('/images/logo-top.png')}"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 3.6K bytes - Viewed (0) -
tensorflow/c/eager/c_api.cc
return is_alive; #endif // !IS_MOBILE_PLATFORM } TF_CAPI_EXPORT extern void TFE_ContextAsyncWait(TFE_Context* ctx, TF_Status* status) { #if defined(IS_MOBILE_PLATFORM) status->status = tensorflow::OkStatus(); #else // !defined(IS_MOBILE_PLATFORM) status->status = tensorflow::unwrap(ctx)->AsyncWait(); #endif // !IS_MOBILE_PLATFORM }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 43.9K bytes - Viewed (0) -
tensorflow/c/eager/c_api_unified_experimental_internal.h
DEFINE_CONVERSION_FUNCTIONS(AbstractFunction, TF_AbstractFunction) DEFINE_CONVERSION_FUNCTIONS(AbstractOperation, TF_AbstractOp) DEFINE_CONVERSION_FUNCTIONS(OutputList, TF_OutputList) } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 5.2K bytes - Viewed (0)