- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CopyTensorHandleToDevice (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/eager/immediate_execution_context.h
virtual ImmediateExecutionTensorHandle* CreateLocalHandle( AbstractTensorInterface* t) = 0; // Copy the handle to another device. virtual ImmediateExecutionTensorHandle* CopyTensorHandleToDevice( ImmediateExecutionTensorHandle* handle, const char* device_name, absl::Status* status) = 0; // Create an operation to perform op execution
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 12.3K bytes - Click Count (0) -
tensorflow/c/eager/c_api.cc
return nullptr; } tensorflow::ImmediateExecutionContext* unwrapped_ctx = tensorflow::unwrap(ctx); auto* result = unwrapped_ctx->GetCustomDeviceOpHandler().CopyTensorHandleToDevice( unwrapped_ctx, tensorflow::unwrap(h), device_name, &status->status); if (status->status.ok()) { return tensorflow::wrap(result); } return nullptr; }Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Nov 07 05:55:21 GMT 2025 - 43.9K bytes - Click Count (0)