/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A D | EagerOperationBuilder.java | 193 NativeReference(EagerSession session, EagerOperationBuilder operation, long opHandle) { in NativeReference() 212 private long opHandle; field in EagerOperationBuilder.NativeReference 222 private static native void delete(long opHandle); in delete() 224 private static native long[] execute(long opHandle); in execute() 226 private static native void addInput(long opHandle, long tensorHandle); in addInput() 228 private static native void addInputList(long opHandle, long[] tensorHandles); in addInputList() 230 private static native void setDevice(long opHandle, String device); in setDevice() 232 private static native void setAttrString(long opHandle, String name, byte[] value); in setAttrString() 234 private static native void setAttrStringList(long opHandle, String name, Object[] value); in setAttrStringList() 236 private static native void setAttrInt(long opHandle, String name, long value); in setAttrInt() [all …]
|
H A D | GraphOperation.java | 165 private static native long[] shape(long graphHandle, long opHandle, int output); in shape() 167 private static native int dtype(long graphHandle, long opHandle, int output); in dtype()
|
H A D | EagerOperation.java | 133 EagerSession session, EagerOperation operation, long opHandle, long[] outputHandles) { in NativeReference() 153 private long opHandle; field in EagerOperation.NativeReference
|
H A D | GraphOperationBuilder.java | 305 private static native void addInput(long handle, long opHandle, int index); in addInput() 309 private static native void addControlInput(long handle, long opHandle); in addControlInput()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/ |
H A D | BoxedKernel_impl.h | 16 inline void BoxedKernel::make_boxed_function(OperatorKernel*, const OperatorHandle& opHandle, Dispa… in make_boxed_function() 23 inline void BoxedKernel::make_boxed_function(OperatorKernel*, const OperatorHandle& opHandle, Dispa… in make_boxed_function() 36 inline void BoxedKernel::callBoxed(const OperatorHandle& opHandle, DispatchKeySet dispatchKeySet, S… in callBoxed()
|
H A D | KernelFunction_impl.h | 45 inline void KernelFunction::callBoxed(const OperatorHandle& opHandle, DispatchKeySet dispatchKeySet… in callBoxed() 84 C10_ALWAYS_INLINE Return KernelFunction::call(const OperatorHandle& opHandle, DispatchKeySet dispat… in call()
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | autograd.cpp | 1363 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 1381 auto opHandle = in TEST() local 1427 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 1461 auto opHandle = in TEST() local 1483 auto opHandle = in TEST() local 1500 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 1517 auto opHandle = in TEST() local 1551 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 1572 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 1594 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local [all …]
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/performance/ |
H A D | Benchmark.cpp | 496 auto opHandle = keymaster->SignBegin(params); in sign() local 520 auto opHandle = keymaster->SignBegin(in_params, &out_params); in verify() local 614 auto opHandle = keymaster->EncryptBegin(params); in encrypt() local 639 auto opHandle = keymaster->EncryptBegin(in_params, &out_params); in decrypt() local
|
/aosp_15_r20/system/vold/ |
H A D | KeyStorage.cpp | 345 auto opHandle = keystore.begin(blob, inParams, outParams); in BeginKeystoreOp() local 376 auto opHandle = BeginKeystoreOp(keystore, dir, keyParams, opParams, &outParams); in encryptWithKeystoreKey() local 404 auto opHandle = BeginKeystoreOp(keystore, dir, keyParams, opParams, nullptr); in decryptWithKeystoreKey() local
|
/aosp_15_r20/hardware/nxp/keymint/KM200/ |
D | JavacardKeyMintOperation.h | 91 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
|
D | JavacardKeyMintDevice.cpp | 311 uint64_t opHandle; in begin() local
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/ |
H A D | JavacardKeyMintOperation.h | 74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
|
/aosp_15_r20/hardware/nxp/keymint/KM300/ |
D | JavacardKeyMintOperation.h | 91 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/ |
H A D | JavacardKeyMintOperation.h | 74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymint_operation.cpp | 43 ::keymaster::RemoteKeymaster& impl, keymaster_operation_handle_t opHandle) in RemoteKeyMintOperation()
|
/aosp_15_r20/system/keymaster/ng/ |
H A D | AndroidKeyMintOperation.cpp | 42 shared_ptr<::keymaster::AndroidKeymaster> implementation, keymaster_operation_handle_t opHandle) in AndroidKeyMintOperation()
|
/aosp_15_r20/system/core/trusty/keymaster/keymint/ |
H A D | TrustyKeyMintOperation.cpp | 45 keymaster_operation_handle_t opHandle) in TrustyKeyMintOperation()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | VariableTypeUtils.h | 416 const c10::OperatorHandle& opHandle, in run_jit_decomposition_with_args_for_jvp()
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 220 jfloat r, jfloat b, jint opHandle) { in clipRect() 247 jint opHandle) { in clipPath() 269 jint opHandle) { in clipShader()
|
H A D | Path.cpp | 242 static jboolean op(JNIEnv* env, jclass clazz, jlong p1Handle, jlong p2Handle, jint opHandle, in op()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMOperationState.java | 63 private byte[] opHandle; field in KMOperationState
|
H A D | KMKeymasterApplet.java | 1128 private KMOperationState reserveOperation(short algorithm, short opHandle) { in reserveOperation() 1152 private KMOperationState findOperation(byte[] opHandle, short start, short len) { in findOperation() 3232 short opHandle = in processBeginOperationCmd() local
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMOperationState.java | 63 private byte[] opHandle; field in KMOperationState
|
H A D | KMKeymasterApplet.java | 1242 private KMOperationState reserveOperation(short algorithm, short opHandle) { in reserveOperation() 1266 private KMOperationState findOperation(byte[] opHandle, short start, short len) { in findOperation() 3329 short opHandle = in processBeginOperationCmd() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/ |
H A D | op_registration_test.cpp | 2169 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local 2190 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local
|