fix comments
This commit is contained in:
parent
11adf204e8
commit
a6e0bd59ad
@ -548,7 +548,7 @@ tf_cuda_library(
|
||||
":tf_tensor",
|
||||
"//tensorflow/core:framework",
|
||||
"//tensorflow/core:framework_lite",
|
||||
"//tensorflow/c/experimental/stream_executor:stream_executor",
|
||||
"//tensorflow/c/experimental/stream_executor:stream_executor",
|
||||
],
|
||||
}),
|
||||
)
|
||||
|
@ -67,8 +67,8 @@ typedef struct TF_OpKernelConstruction TF_OpKernelConstruction;
|
||||
typedef struct TF_OpKernelContext TF_OpKernelContext;
|
||||
|
||||
// TF_InitKernel to do op/kernel registration.
|
||||
// Plugin should either implement TF_InitKernel to register kernels or use
|
||||
// static registration. This function should register all kernels in a plugin.
|
||||
// Plugin should implement TF_InitKernel to register kernels. This function
|
||||
// should register all kernels in a plugin.
|
||||
void TF_InitKernel();
|
||||
|
||||
// Allocates a new kernel builder and returns a pointer to it.
|
||||
|
Loading…
Reference in New Issue
Block a user