HomeSort by relevance Sort by last modified time
    Searched refs:is_method (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/python/saved_model/
function_serialization.py 30 proto.is_method = function_spec.is_method
function_deserialization.py 119 is_method = function_spec_proto.is_method
123 return function_lib.FunctionSpec(fullargspec, is_method, args_to_prepend,
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
decorators.py 33 is_method = arg_spec.args and arg_spec.args[0] == "self"
62 if is_method:
  /external/libchrome/base/
bind_internal.h 182 template <bool is_method, typename... Args>
388 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
402 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
417 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
430 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
459 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
480 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
500 static constexpr bool is_method = true; member in struct:base::internal::FunctorTraits
515 static constexpr bool is_method = true; member in struct:base::internal::FunctorTraits
562 static constexpr bool is_method = false member in struct:base::internal::FunctorTraits
577 static constexpr bool is_method = false; member in struct:base::internal::FunctorTraits
673 static constexpr bool is_method = MakeFunctorTraits<Functor>::is_method; local
    [all...]
bind.h 158 // If |is_method| is true, tries to dereference the first argument to support
160 template <bool is_once, bool is_method, typename... Args>
176 template <bool is_once, bool is_method, typename... Args>
178 typename MakeUnwrappedTypeListImpl<is_once, is_method, Args...>::Type;
199 internal::MakeUnwrappedTypeList<true, FunctorTraits::is_method,
240 internal::MakeUnwrappedTypeList<false, FunctorTraits::is_method,
  /art/tools/veridex/
flow_analysis.h 175 bool is_method; member in struct:art::ReflectAccessInfo
177 ReflectAccessInfo(RegisterValue c, RegisterValue n, bool is_method)
178 : cls(c), name(n), is_method(is_method) {}
flow_analysis.cc 705 uses_.push_back(ReflectAccessInfo(cls, name, /* is_method= */ false));
712 uses_.push_back(ReflectAccessInfo(cls, name, /* is_method= */ true));
766 uses_.push_back(ReflectAccessInfo(cls, name, info.is_method));
  /external/tensorflow/tensorflow/python/eager/
function.py 1011 def is_method(self): member in class:FunctionSpec
    [all...]
  /external/libchrome/base/android/jni_generator/
jni_generator.py     [all...]
  /external/v8/src/parsing/
parser-base.h     [all...]

Completed in 559 milliseconds