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

  /external/tensorflow/tensorflow/java/src/main/native/
graph_jni.cc 86 const char* cprefix = env->GetStringUTFChars(prefix, &is_copy); local
87 TF_ImportGraphDefOptionsSetPrefix(opts, cprefix);
88 env->ReleaseStringUTFChars(prefix, cprefix);
  /external/tensorflow/tensorflow/go/
graph.go 96 cprefix := C.CString(prefix)
97 defer C.free(unsafe.Pointer(cprefix))
101 C.TF_ImportGraphDefOptionsSetPrefix(opts, cprefix)
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 2182 String cprefix = prefix + " "; local
    [all...]

Completed in 123 milliseconds