[TF2XLA] [NFC] Remove the comment which was already done
PiperOrigin-RevId: 355510338 Change-Id: I0721d1394309ac4b2b03e56137525237aeba2818
This commit is contained in:
parent
0408dab085
commit
32dec5f30b
@ -90,7 +90,6 @@ Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel,
|
|||||||
std::vector<int>* const_input_idxs,
|
std::vector<int>* const_input_idxs,
|
||||||
FunctionLibraryRuntime* flib_runtime) {
|
FunctionLibraryRuntime* flib_runtime) {
|
||||||
DCHECK(op_def != nullptr || op_kernel != nullptr);
|
DCHECK(op_def != nullptr || op_kernel != nullptr);
|
||||||
// TODO(b/124403063): Implement similar functionality for function call nodes.
|
|
||||||
if (node.op() == "While" || node.op() == "StatelessWhile") {
|
if (node.op() == "While" || node.op() == "StatelessWhile") {
|
||||||
// For While nodes, recurse into the body and cond graphs.
|
// For While nodes, recurse into the body and cond graphs.
|
||||||
const FunctionBody* fcond = nullptr;
|
const FunctionBody* fcond = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user