Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
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 …]
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()
DEagerOperation.java133 EagerSession session, EagerOperation operation, long opHandle, long[] outputHandles) { in NativeReference()
153 private long opHandle; field in EagerOperation.NativeReference
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()
/external/pytorch/aten/src/ATen/core/boxing/
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()
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()
/external/pytorch/test/cpp/api/
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 …]
/external/libese/ready_se/google/keymint/KM200/HAL/
DJavacardKeyMintOperation.h74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
/external/libese/ready_se/google/keymint/KM300/HAL/
DJavacardKeyMintOperation.h74 explicit JavacardKeyMintOperation(keymaster_operation_handle_t opHandle, in JavacardKeyMintOperation()
/external/pytorch/torch/csrc/autograd/
DVariableTypeUtils.h416 const c10::OperatorHandle& opHandle, in run_jit_decomposition_with_args_for_jvp()
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMOperationState.java63 private byte[] opHandle; field in KMOperationState
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
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMOperationState.java63 private byte[] opHandle; field in KMOperationState
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
/external/pytorch/aten/src/ATen/core/op_registration/
Dop_registration_test.cpp2169 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local
2190 auto opHandle = c10::Dispatcher::singleton().findSchemaOrThrow( in TEST() local