HomeSort by relevance Sort by last modified time
    Searched refs:types (Results 1 - 25 of 8218) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
package-info.java 17 * Defines classes that represent TensorFlow data types. For each possible data type that can be
21 * element types and the latter is used for run-time checking of element types. Classes appearing in
22 * this package, such as UInt8, represent TensorFlow data types for which there is no existing Java
25 * <p>TensorFlow element types are also separately represented by the {@link
29 package org.tensorflow.types;
  /bionic/libc/kernel/uapi/asm-arm64/asm/
types.h 19 #include <asm-generic/types.h>
setup.h 21 #include <linux/types.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
types.h 1 #include <asm-generic/types.h>
  /external/u-boot/include/
sparse_defs.h 6 #include <linux/types.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
types.h 21 #include <asm-generic/types.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
types.h 5 #include <asm-generic/types.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
5-1-buildonly.c 5 #include <sys/types.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
7-1-buildonly.c 11 #include <sys/types.h>
7-2-buildonly.c 11 #include <sys/types.h>
7-3-buildonly.c 11 #include <sys/types.h>
7-4-buildonly.c 11 #include <sys/types.h>
7-5-buildonly.c 11 #include <sys/types.h>
  /external/e2fsprogs/include/mingw/sys/
types.h 4 #include_next <sys/types.h>
6 #include <linux/types.h>
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Comparison.java 31 Rop rop(TypeList types) {
32 return Rops.opIfLt(types);
39 Rop rop(TypeList types) {
40 return Rops.opIfLe(types);
44 /** {@code a == b}. Supports int and reference types. */
47 Rop rop(TypeList types) {
48 return Rops.opIfEq(types);
55 Rop rop(TypeList types) {
56 return Rops.opIfGe(types);
63 Rop rop(TypeList types) {
    [all...]
BinaryOp.java 43 Rop rop(TypeList types) {
44 return Rops.opAdd(types);
51 Rop rop(TypeList types) {
52 return Rops.opSub(types);
59 Rop rop(TypeList types) {
60 return Rops.opMul(types);
67 Rop rop(TypeList types) {
68 return Rops.opDiv(types);
75 Rop rop(TypeList types) {
76 return Rops.opRem(types);
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_mh.h 21 #include <linux/types.h>
23 __u8 types[2]; member in struct:ip6t_mh
  /bionic/tests/
scsi_sg_test.cpp 18 #include <sys/types.h>
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_mh.h 4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
  /external/javasqlite/src/main/java/SQLite/
Callback.java 53 * @param types string array holding column types
56 public void types(String types[]); method in interface:Callback
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_mh.h 5 #include <linux/types.h>
9 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CLASSIFY.h 21 #include <linux/types.h>
  /dalvik/dx/src/com/android/dex/
TypeList.java 26 private final short[] types; field in class:TypeList
28 public TypeList(Dex dex, short[] types) {
30 this.types = types;
34 return types;
39 for (int i = 0; i < types.length && i < other.types.length; i++) {
40 if (types[i] != other.types[i]) {
41 return Unsigned.compare(types[i], other.types[i])
    [all...]
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
closedir.c 3 #include <sys/types.h>
  /external/iptables/include/linux/netfilter/
xt_CLASSIFY.h 4 #include <linux/types.h>

Completed in 405 milliseconds

1 2 3 4 5 6 7 8 91011>>