- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for com (0.15 sec)
-
tensorflow/c/c_api.cc
#if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD) status->status = tensorflow::errors::Unimplemented( "Creating while loops is not supported on mobile. File a bug at " "https://github.com/tensorflow/tensorflow/issues if this feature is " "important to you"); return EmptyWhileParams(); #else if (ninputs == 0) { status->status =
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-10-26 21:08 - 102.4K bytes - Viewed (0) -
tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc
// objects. constexpr char kComposeAppend[] = "compose"; // We can cast `google::cloud::StatusCode` to `TF_Code` because they have the // same integer values. See // https://github.com/googleapis/google-cloud-cpp/blob/6c09cbfa0160bc046e5509b4dd2ab4b872648b4a/google/cloud/status.h#L32-L52 static inline void TF_SetStatusFromGCSStatus( const google::cloud::Status& gcs_status, TF_Status* status) {
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-08-23 06:55 - 46.9K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
TF_DeleteTensor(t); EXPECT_TRUE(deallocator_called); } void NoOpDeallocator(void* data, size_t, void*) {} TEST(CAPI, MalformedTensor) { // See https://github.com/tensorflow/tensorflow/issues/7394 // num_dims = 0 implies a scalar, so should be backed by at least 4 bytes of // data. TF_Tensor* t = TF_NewTensor(TF_FLOAT, nullptr, 0, nullptr, 0, &NoOpDeallocator, nullptr);
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2023-10-26 21:08 - 96.9K bytes - Viewed (2) -
tensorflow/c/experimental/filesystem/modular_filesystem_test.cc
// `modular_filesystem_test.h` and extend the instantiation to also take as // argument an implementation for this method/a subclass factory (see // https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#creating-value-parameterized-abstract-tests) std::string GetURIForPath(StringPiece path) { const std::string translated_name =
C++ - Registered: 2023-11-28 12:39 - Last Modified: 2022-05-27 20:25 - 71K bytes - Viewed (0)