Home
last modified time | relevance | path

Searched refs:out_indices_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
1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
DShadowArscAssetManager9.java1325 long out_values_ptr, long out_indices_ptr) { in nativeApplyStyle() argument
1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2279 llvm::Value* out_indices_ptr = in HandleTopK() local
2287 BitCast(out_indices_ptr, b_.getInt32Ty()->getPointerTo())}, in HandleTopK()
2290 llvm_ir::EmitTuple(GetIrArrayFor(hlo), {out_values_ptr, out_indices_ptr}, in HandleTopK()