Home
last modified time | relevance | path

Searched refs:fromC (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dimage.c63 Bool fromC; // True === contains decompressed data member
126 msg, ce->fromC ? "True" : "False", in pp_CEnt()
137 if (ce->fromC) { in is_sane_CEnt()
494 static UInt alloc_CEnt ( DiImage* img, SizeT szB, Bool fromC ) in alloc_CEnt() argument
498 if (fromC) { in alloc_CEnt()
509 img->ces[entNo]->fromC = fromC; in alloc_CEnt()
644 ce->fromC = False; in set_CEnt()
727 img->ces[i]->fromC = False; in get_slowcase()
740 img->ces[i]->fromC = True; in get_slowcase()
768 if (!img->ces[i]->fromC) in get_slowcase()
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DDataType.java64 static DataType fromC(int c) { in fromC() method in DataType
DOperation.java197 return DataType.fromC(dtype(r.nativeHandle(), unsafeNativeHandle, output)); in dtype()
DTensor.java554 Tensor<?> t = new Tensor(DataType.fromC(dtype(handle))); in fromHandle()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js531 function fromC(value, type) { function
542 var ret = fromC(func.apply(null, cArgs), returnType);