Home
last modified time | relevance | path

Searched refs:funcall (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_lib.py120 def funcall(self, x): member in Callable
136 def funcall(self, x): member in Operator
137 outputs = [f.funcall(x) for f in self.funs]
165 def funcall(self, x): member in Function
183 def funcall(self, x): member in Composition
184 return self.g.funcall(self.f.funcall(x))
Dspecs_ops.py44 def funcall(self, x): member in Idx
61 def funcall(self, x): member in Conc
62 outputs = [f.funcall(x) for f in self.funs]
206 def funcall(self, x): member in Shared
220 return self.subnet.funcall(x)
223 return self.subnet.funcall(x)
Dspecs_test.py189 outputs = v.funcall(inputs)
205 _ = g.funcall(inputs)
Dspecs.py103 return net.funcall
/external/llvm/test/Transforms/SafeStack/
Dsetjmp2.ll36 ; CHECK: call void @funcall(i32* %[[ALLOCA]])
37 call void @funcall(i32* %a)
43 declare void @funcall(i32*)
Descape-call.ll12 call void @funcall(i32* %b) nounwind
16 declare void @funcall(i32*)
Dsetjmp.ll26 call void @funcall(i32* %x)
36 declare void @funcall(i32*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SafeStack/X86/
Dsetjmp2.ll36 ; CHECK: call void @funcall(i32* %[[ALLOCA]])
37 call void @funcall(i32* %a)
43 declare void @funcall(i32*)
Descape-call.ll12 call void @funcall(i32* %b) nounwind
16 declare void @funcall(i32*)
Dsetjmp.ll26 call void @funcall(i32* %x)
36 declare void @funcall(i32*)
/external/protobuf/editors/
Dprotobuf-mode.el176 (funcall (c-lang-const c-make-mode-syntax-table protobuf))))
/external/clang/utils/
Dclang-completion-mode.el100 (mapcar (lambda (x) (and (funcall condp x) x)) lst)))
/external/tensorflow/tensorflow/contrib/specs/
DREADME.md155 outputs = net.funcall(inputs)
180 generate functions that are eventually applied via `funcall` to an input
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll1031 call void @funcall(i32* %b)
1061 call void @funcall(i32* %b)
1091 call void @funcall(i32* %b)
1121 call void @funcall(i32* %b)
3897 declare void @funcall(i32*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-protector.ll1177 call void @funcall(i32* %b)
1212 call void @funcall(i32* %b)
1247 call void @funcall(i32* %b)
1282 call void @funcall(i32* %b)
4102 declare void @funcall(i32*)