Home
last modified time | relevance | path

Searched refs:requireTensorHandle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_jni.cc39 TFE_TensorHandle* requireTensorHandle(JNIEnv* env, jlong handle) { in requireTensorHandle() function
64 TFE_TensorHandle* tensor_handle = requireTensorHandle(env, handle); in Java_org_tensorflow_EagerOperation_resolveTensorHandle()
112 TFE_TensorHandle* tensor_handle = requireTensorHandle(env, handle); in Java_org_tensorflow_EagerOperation_dataType()
120 TFE_TensorHandle* tensor_handle = requireTensorHandle(env, handle); in Java_org_tensorflow_EagerOperation_numDims()
136 TFE_TensorHandle* tensor_handle = requireTensorHandle(env, handle); in Java_org_tensorflow_EagerOperation_dim()
Deager_operation_builder_jni.cc56 TFE_TensorHandle* requireTensorHandle(JNIEnv* env, jlong handle) { in requireTensorHandle() function
132 TFE_TensorHandle* tensor_handle = requireTensorHandle(env, input_handle); in Java_org_tensorflow_EagerOperationBuilder_addInput()
149 tensor_handles[i] = requireTensorHandle(env, cinput_handles[i]); in Java_org_tensorflow_EagerOperationBuilder_addInputList()