- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for OpKernel (0.5 sec)
-
tensorflow/c/c_api_test.cc
TF_DeleteBuffer(api_def_buf); TF_DeleteApiDefMap(api_def_map); TF_DeleteBuffer(op_list_buf); } class DummyKernel : public tensorflow::OpKernel { public: explicit DummyKernel(tensorflow::OpKernelConstruction* context) : OpKernel(context) {} void Compute(tensorflow::OpKernelContext* context) override {} }; // Test we can query kernels REGISTER_OP("TestOpWithSingleKernel")
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Dec 27 12:18:10 UTC 2024 - 97K bytes - Viewed (0) -
RELEASE.md
losses. * Added `LinearOperator.adjoint` and `LinearOperator.H` (alias). * Expose CriticalSection in core as `tf.CriticalSection`. * Enhanced graphviz output. * Add opkernel templates for common table operations. * Fix callbacks do not log values in eager mode when a deferred build model is used. * `SignatureDef` util functions have been deprecated.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)