Home
last modified time | relevance | path

Searched defs:is_native (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_qmatmul_op.cc540 #define REGISTER_MKL_KERNEL(op, kernel, bias_type, output_type, is_native) \ argument
550 #define REGISTER_MKL_KERNEL_ALL_BIAS_TYPES(op, kernel, output_type, is_native) \ argument
556 is_native) argument
577 is_native) \ argument
H A Dmkl_conv_ops.cc2214 accu_type, has_bias, is_depthwise, is_native) \ argument
2226 is_depthwise, is_native) \ argument
2234 is_depthwise, is_native) \ argument
2241 op, kernel, output_type, accu_type, has_bias, is_depthwise, is_native) \ argument
2251 accu_type, has_bias, is_depthwise, is_native) argument
2300 accu_type, has_bias, is_depthwise, is_native) \ argument
/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache_unittest.cc43 explicit IsolatedModule(bool is_native = true) in IsolatedModule()
69 bool is_native = true, in FakeModule()
/aosp_15_r20/external/flashrom/subprojects/packagefiles/cmocka-1.1.5/
H A Dmeson.build53 is_native = entry.get('native') variable
/aosp_15_r20/art/test/910-methods/
H A Dmethods.cc160 jboolean is_native; in Java_art_Test910_isMethodNative() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc43 static bool is_native = true; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_vsyscall.c530 bool is_native; in test_emulation() local
/aosp_15_r20/art/runtime/
H A Ddebugger.cc614 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk()