address comments
This commit is contained in:
parent
27dd6a502c
commit
1f2fc26c41
@ -750,7 +750,7 @@ void TF_ImportGraphDefOptionsSetValidateColocationConstraints(
|
||||
}
|
||||
|
||||
// Load a Pluggable Device library
|
||||
// On sucess, returns the handle to library in result and return OK from the
|
||||
// On success, returns the handle to library in result and return OK from the
|
||||
// function. Otherwise return nullptr in result and error Status from the
|
||||
// function.
|
||||
//
|
||||
|
@ -140,7 +140,7 @@ TF_CAPI_EXPORT extern void TF_DeleteKernelBuilder(TF_KernelBuilder* builder);
|
||||
// (tensorflow/c/experimental/stream_executor/stream_executor.h). It will return
|
||||
// nullptr in all other cases.
|
||||
// Experimental: this function doesn't have compatibility guarantees and subject
|
||||
// to change at any time."
|
||||
// to change at any time.
|
||||
TF_CAPI_EXPORT extern SP_Stream TF_GetStream(TF_OpKernelContext* ctx);
|
||||
|
||||
// TF_NumInputs returns the number of inputs available in ctx.
|
||||
|
Loading…
Reference in New Issue
Block a user