Searched defs:from_value (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
H A Dsparse_tensor.py97 def from_value(cls, sparse_tensor_value): member in class:SparseTensor
250 value = SparseTensor.from_value(value)
/external/llvm/bindings/python/llvm/
H A Dcore.py50 def from_value(cls, value): member in class:LLVMEnumeration
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMathExtras.h693 struct from_value { struct in struct:AlignTo
/external/clang/bindings/python/clang/
H A Dcindex.py492 def from_value(value): member in class:TokenKind
2873 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc378 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); local
379 if (from_value == NULL) {
403 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
414 to_entry->value = from_value;
416 return from_value != NULL;

Completed in 164 milliseconds