Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc94 Status ShouldIgnoreInput(const NodeDef& node, int i, bool* result) { in ShouldIgnoreInput() function
175 TF_RETURN_IF_ERROR(ShouldIgnoreInput(*node, i, &should_ignore_input)); in Init()