- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for OpKernel (0.12 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)