HomeSort by relevance Sort by last modified time
    Searched defs:kLocal (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
dso_loader.h 60 enum class LoadKind { kLocal, kGlobal };
66 LoadKind load_kind = LoadKind::kLocal);
  /external/tensorflow/tensorflow/compiler/xla/tests/
compute_constant_test.cc 41 enum class ClientType { kLocal, kCompileOnly };
42 ClientType client_types[] = {ClientType::kLocal, ClientType::kCompileOnly};
56 if (client_type == ClientType::kLocal) {
  /art/runtime/
indirect_reference_table.h 96 kLocal = 1, // <<local reference>>
  /external/v8/src/asmjs/
asm-typer.h 119 kLocal,
136 return mutability_ == kLocal || mutability_ == kMutableGlobal;
372 VariableInfo::Mutability global = VariableInfo::kLocal);

Completed in 374 milliseconds