Home
last modified time | relevance | path

Searched defs:ctext (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DTypefaceBench.cpp146 static const char* ctext[] = { variable
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h876 inline void GetMklShape(OpKernelContext* ctext, int n, MklShape* mklshape) { in GetMklShape()
887 inline void GetMklShape(OpKernelContext* ctext, int n, MklDnnShape* mklshape) { in GetMklShape()
900 inline const Tensor& MklGetInput(OpKernelContext* ctext, int n) { in MklGetInput()
904 inline void GetMklInputList(OpKernelContext* ctext, StringPiece name, in GetMklInputList()
912 inline void GetMklShapeList(OpKernelContext* ctext, StringPiece name, in GetMklShapeList()
926 inline void GetMklShapeList(OpKernelContext* ctext, StringPiece name, in GetMklShapeList()
963 inline void AllocateOutputSetMklShape(OpKernelContext* ctext, int n, in AllocateOutputSetMklShape()
979 inline void AllocateOutputSetMklShape(OpKernelContext* ctext, int n, in AllocateOutputSetMklShape()
996 inline void AllocateOutputSetMklShape(OpKernelContext* ctext, int n, in AllocateOutputSetMklShape()
1017 inline void AllocateOutputSetMklShape(OpKernelContext* ctext, int n, in AllocateOutputSetMklShape()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java46 char ctext[] = { in TestThaiDictionaryBreakIterator() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java49 char ctext[] = { in TestThaiDictionaryBreakIterator() local
/external/v8/benchmarks/
Dcrypto.js1643 function RSADecrypt(ctext) { argument