- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Wain (0.14 sec)
-
tensorflow/c/eager/c_api_distributed_test.cc
// once (i.e., on the main function side) in running distributed functions. // This test creates a cluster with two workers, create a variable on the // second worker, and run a distributed function (VariableAddFunction) whose ops // span the local and remote workers. If the graph optimization pass is executed // on both the main function side and the component function side, an error will
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-05-24 00:18 - 23.5K bytes - Viewed (0) -
tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem_test.cc
result.resize(read); ASSERT_EQ(result, "5678") << "Result: " << result << "\n"; } } // namespace } // namespace tensorflow GTEST_API_ int main(int argc, char** argv) { tensorflow::testing::InstallStacktraceHandler(); if (!GetTmpDir()) { std::cerr << "Could not read GCS_TEST_TMPDIR env"; return -1; } ::testing::InitGoogleTest(&argc, argv);
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2020-08-31 12:04 - 24.9K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
#include "tensorflow/core/graph/node_builder.h" #include "tensorflow/core/platform/blocking_counter.h" #include "tensorflow/core/platform/casts.h" #include "tensorflow/core/platform/env.h" #include "tensorflow/core/platform/init_main.h" #include "tensorflow/core/platform/mutex.h" #include "tensorflow/core/platform/net.h" #include "tensorflow/core/platform/platform.h" #include "tensorflow/core/platform/strcat.h"
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-03-21 18:51 - 29.4K bytes - Viewed (0) -
src/cmd/cgo/internal/swig/testdata/callback/main.cc
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This .cc file will be automatically compiled by the go tool and // included in the package. #include <string> #include "main.h" std::string Caller::call() { if (callback_ != 0) return callback_->run(); return "";
C++ - Registered: 2023-11-28 11:13 - Last Modified: 2023-05-12 12:00 - 384 bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/program/test.cpp
/* Test Code */ #include <sdtio.h> int main(void) { printf("ใในใ");
C++ - Registered: 2023-11-05 03:50 - Last Modified: 2015-10-11 02:16 - 81 bytes - Viewed (1) -
tensorflow/c/experimental/filesystem/modular_filesystem_test.cc
} // namespace tensorflow // Due to the usages of flags for this manual test, we need a special `main` to // ensure our flags are parsed properly as `testing::InitGoogleTest` silently // ignores other flags. Furthermore, we need this to ensure that the DSO is // loaded exactly once, if provided. GTEST_API_ int main(int argc, char** argv) { const std::vector<tensorflow::Flag> flag_list = {
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2022-05-27 20:25 - 71K bytes - Viewed (0)