Searched refs:imported2 (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | arm-thunk-re-add.s | 29 .globl imported2 symbol 30 .type imported2, %function 90 b.w imported2
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | index-const-prop.ll | 19 …-exported-symbol main -exported-symbol gBar %t1.bc -thinlto-index=%t3.index.bc -o %t1.imported2.bc 20 ; RUN: llvm-dis %t1.imported2.bc -o - | FileCheck %s --check-prefix=IMPORT2
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 1938 imported2 = cycle(obj, cycles) 1940 self.assertAllEqual(imported2.f(rt, 1), [[2, 3], [4]]) 1941 self.assertAllEqual(imported2.f(rt, 2), [[3, 4], [5]]) 1942 self.assertAllEqual(imported2.f(rt, 3), [[4, 5], [6]])
|