Home
last modified time | relevance | path

Searched defs:opHandle (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DEagerOperationBuilder.java193 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 DGraphOperation.java165 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 DEagerOperation.java133 EagerSession session, EagerOperation operation, long opHandle, long[] outputHandles) { in NativeReference()
153 private long opHandle; field in EagerOperation.NativeReference
H A DGraphOperationBuilder.java305 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 DBoxedKernel_impl.h16 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 DKernelFunction_impl.h45 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 Dautograd.cpp1363 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 DBenchmark.cpp496 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 DKeyStorage.cpp345 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/
DJavacardKeyMintOperation.h91 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
DJavacardKeyMintDevice.cpp311 uint64_t opHandle; in begin() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardKeyMintOperation.h74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardKeyMintOperation.h91 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DJavacardKeyMintOperation.h74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_operation.cpp43 ::keymaster::RemoteKeymaster& impl, keymaster_operation_handle_t opHandle) in RemoteKeyMintOperation()
/aosp_15_r20/system/keymaster/ng/
H A DAndroidKeyMintOperation.cpp42 shared_ptr<::keymaster::AndroidKeymaster> implementation, keymaster_operation_handle_t opHandle) in AndroidKeyMintOperation()
/aosp_15_r20/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp45 keymaster_operation_handle_t opHandle) in TrustyKeyMintOperation()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DVariableTypeUtils.h416 const c10::OperatorHandle& opHandle, in run_jit_decomposition_with_args_for_jvp()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp220 jfloat r, jfloat b, jint opHandle) { in clipRect()
247 jint opHandle) { in clipPath()
269 jint opHandle) { in clipShader()
H A DPath.cpp242 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 DKMOperationState.java63 private byte[] opHandle; field in KMOperationState
H A DKMKeymasterApplet.java1128 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 DKMOperationState.java63 private byte[] opHandle; field in KMOperationState
H A DKMKeymasterApplet.java1242 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 Dop_registration_test.cpp2169 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local
2190 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local