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

  /external/tensorflow/tensorflow/core/common_runtime/
collective_param_resolver_local.h 108 // When is_init is false (the initial value) any potential user
111 // initialized is_init will be set true and those callbacks will
119 bool is_init GUARDED_BY(in_mu);
144 : is_init(false),
collective_param_resolver_local.cc 512 if (irec->is_init) {
571 ir->is_init = true;
  /external/elfutils/libdwfl/
linux-kernel-modules.c 901 const bool is_init = !strncmp (secname, ".init", 5); local
902 if (is_init)
928 if (is_init && f == NULL && errno == ENOENT)
  /art/runtime/verifier/
method_verifier.cc 3999 bool is_init = false; local
    [all...]
  /art/runtime/
class_linker.cc 3770 bool is_init = (strcmp("<init>", method_name) == 0); local
    [all...]

Completed in 216 milliseconds