Home
last modified time | relevance | path

Searched defs:err_prefix (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc91 string err_prefix = strings::StrCat("Output ", i); in InferShapes() local
/external/python/cffi/cffi/
Dvengine_cpy.py670 def _check_int_constant_value(self, name, value, err_prefix=''): argument