- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DEFINE_CONVERSION_FUNCTIONS (0.53 seconds)
-
tensorflow/c/eager/c_api_unified_experimental_internal.h
} // namespace tracing DEFINE_CONVERSION_FUNCTIONS(AbstractContext, TF_ExecutionContext) DEFINE_CONVERSION_FUNCTIONS(AbstractTensorHandle, TF_AbstractTensor) DEFINE_CONVERSION_FUNCTIONS(AbstractFunction, TF_AbstractFunction) DEFINE_CONVERSION_FUNCTIONS(AbstractOperation, TF_AbstractOp) DEFINE_CONVERSION_FUNCTIONS(OutputList, TF_OutputList) } // namespace tensorflow
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 5.2K bytes - Click Count (0) -
tensorflow/c/conversion_macros.h
limitations under the License. ==============================================================================*/ #ifndef TENSORFLOW_C_CONVERSION_MACROS_H_ #define TENSORFLOW_C_CONVERSION_MACROS_H_ #define DEFINE_CONVERSION_FUNCTIONS(cpp_impl, wrapper) \ inline cpp_impl *unwrap(wrapper *w) { \ return reinterpret_cast<cpp_impl *>(w); \Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon May 04 16:24:03 GMT 2020 - 1.7K bytes - Click Count (0)