- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 62 for endOf (0.03 seconds)
-
src/test/resources/plugin/repo2/index.html
<link rel="icon" type="image/png" href="https://oss.sonatype.org/favicon.png"> <!--[if IE]> <link rel="SHORTCUT ICON" href="https://oss.sonatype.org/favicon.ico"/> <![endif]--> <link rel="stylesheet" href="https://oss.sonatype.org/static/css/Sonatype-content.css?2.14.13-01" type="text/css" media="screen" title="no title" charset="utf-8"> </head> <body>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 13 07:34:14 GMT 2019 - 10.5K bytes - Click Count (0) -
tensorflow/c/eager/abstract_operation.h
} } }; } // namespace internal using AbstractOperationPtr = std::unique_ptr<AbstractOperation, internal::AbstractOperationDeleter>; } // namespace tensorflowCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 7.3K bytes - Click Count (0) -
tensorflow/c/eager/gradients.h
absl::Span<AbstractTensorHandle* const> output_gradients, absl::Span<AbstractTensorHandle*> result); }; } // namespace gradients } // namespace tensorflow
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 6.9K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.h
size_t proto_len, TF_Status* status); #ifdef __cplusplus } /* end extern "C" */ #endifCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Feb 21 22:37:46 GMT 2024 - 39.5K bytes - Click Count (1) -
tensorflow/c/eager/dlpack.cc
ctx.device_type = DLDeviceType::kDLCPU; } else if (device_type == "GPU") { #if TENSORFLOW_USE_ROCM ctx.device_type = DLDeviceType::kDLROCM; #else ctx.device_type = DLDeviceType::kDLCUDA; #endif } else { status->status = tensorflow::errors::InvalidArgument( "Unsupported Device Type for dlpack"); } return ctx; } // Converts DLDevice to TF device name.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Mar 13 23:41:52 GMT 2025 - 13K bytes - Click Count (0) -
tensorflow/c/c_api_experimental.cc
tensorflow::RegisterPluggableDevicePlugin(lib_handle->lib_handle)); } else { delete lib_handle; return nullptr; } } return lib_handle; } #endif } void TF_DeletePluggableDeviceLibraryHandle(TF_Library* lib_handle) { delete lib_handle; } void TF_GraphRemoveFunction(TF_Graph* g, const char* func_name,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 29.4K bytes - Click Count (0) -
tensorflow/c/c_api.h
TF_Status* status); // ---------------------------------------------------------------- #ifdef __cplusplus } /* end extern "C" */ #endif
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0) -
tensorflow/c/eager/c_api_test.cc
TF_DeleteTensor(t); for (int i = 0; i < 100 * 100; ++i) { EXPECT_EQ(2.0f, result[i]); } TFE_DeleteContext(ctx); TF_DeleteStatus(status); #endif // PLATFORM_WINDOWS } TEST(CAPI, ExecuteAdd) { ExecuteAdd( /*async=*/false, /*forward_input*/ false, /*tfrt*/ false); } // TODO(b/234067483): Investigate flakiness and re-enable.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 94.6K bytes - Click Count (0) -
tensorflow/c/c_api_function_test.cc
#if (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) ASSERT_EQ(string("func_name_base_ZpgUD4x8oqk"), fdef.signature().name()); #else ASSERT_EQ(std::string("func_name_base_qaJ8jA8UmGY"), fdef.signature().name()); #endif } TEST_F(CApiFunctionTest, GetOpDef) { DefineFunction(func_name_, &func_); TF_GraphCopyFunction(host_graph_, func_, nullptr, s_); ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 63.9K bytes - Click Count (1) -
tensorflow/c/c_api_test.cc
EXPECT_TRUE(op_list.ParseFromArray(op_list_buf.data, op_list_buf.length)); ASSERT_EQ(op_list.op_size(), 1); EXPECT_EQ("TestCApi1", op_list.op(0).name()); TF_DeleteLibraryHandle(lib); } #endif // !defined(TENSORFLOW_NO_SHARED_OBJECTS) { TF_Buffer* op_list_buffer = TF_GetAllOpList(); tensorflow::OpList op_list; op_list.ParseFromArray(op_list_buffer->data, op_list_buffer->length);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 97.3K bytes - Click Count (0)