Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.h59 string GetArgAnnotation(
Dpython_op_gen.cc457 type_annotations[arg.name()] = GetArgAnnotation(arg, type_annotations); in GetTypeAnnotations()
465 type_annotations[arg.name()] = GetArgAnnotation(arg, type_annotations); in GetTypeAnnotations()
1278 string GetArgAnnotation( in GetArgAnnotation() function