Home
last modified time | relevance | path

Searched refs:out_values_ptr (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1329 long out_values_ptr, long out_indices_ptr) { in nativeApplyStyle() argument
1340 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
DShadowArscAssetManager9.java1325 long out_values_ptr, long out_indices_ptr) { in nativeApplyStyle() argument
1336 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2277 llvm::Value* out_values_ptr = in HandleTopK() local
2286 BitCast(out_values_ptr, b_.getFloatTy()->getPointerTo()), in HandleTopK()
2290 llvm_ir::EmitTuple(GetIrArrayFor(hlo), {out_values_ptr, out_indices_ptr}, in HandleTopK()