Home
last modified time | relevance | path

Searched refs:nfunc (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Ddot.mkshrc456 \\builtin typeset b_alias i_alias i_func nalias=0 nfunc=0 i_all
475 i_func[nfunc++]=.
476 i_func[nfunc++]=:
477 i_func[nfunc++]='['
478 i_func[nfunc++]=alias
479 i_func[nfunc++]=break
481 i_func[nfunc++]=builtin
482 i_func[nfunc++]=cat
483 i_func[nfunc++]=cd
484 i_func[nfunc++]=chdir
[all …]
/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Dmlir_passthrough_op.pbtxt78 …s: "\nfunc @main(%arg0 : tensor<10xf32>, %arg1 : tensor<10xf32>) -> tensor<10x10xf32> {\n %add =…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dmlir_passthrough_op.pbtxt83 …s: "\nfunc @main(%arg0 : tensor<10xf32>, %arg1 : tensor<10xf32>) -> tensor<10x10xf32> {\n %add =…
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c736 static bool ppir_emit_function(ppir_compiler *comp, nir_function_impl *nfunc) in ppir_emit_function() argument
/external/go-cmp/cmp/testdata/
Ddiffs737 s"package main\n\nimport (\n\t\"fmt\"\n)\n\nfunc main() {\n\tfmt.Println(\"Hel"...,