Home
last modified time | relevance | path

Searched defs:is_method (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto143 bool is_method = 2; field
/external/tensorflow/tensorflow/python/eager/
Dfunction.py964 def __init__(self, fullargspec, is_method, args_to_prepend, kwargs_to_include, argument
1011 def is_method(self): member in FunctionSpec
/external/v8/src/parsing/
Dparser-base.h1366 FunctionKind FunctionKindForImpl(bool is_method, bool is_generator, in FunctionKindForImpl()