Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_test_util.cc316 bool found_dtype = false; in IsPlaceholder() local
321 found_dtype = true; in IsPlaceholder()
329 return found_dtype && found_shape; in IsPlaceholder()
336 bool found_dtype = false; in IsScalarConst() local
341 found_dtype = true; in IsScalarConst()
355 return found_dtype && found_value; in IsScalarConst()