Home
last modified time | relevance | path

Searched refs:ValidateFunctionNotRecursive (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc105 static Status ValidateFunctionNotRecursive(const FunctionDef& function) { in ValidateFunctionNotRecursive() function
131 TF_RETURN_IF_ERROR(ValidateFunctionNotRecursive(function)); in ValidateSavedTensors()