HomeSort by relevance Sort by last modified time
    Searched refs:types (Results 1 - 25 of 12640) 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;
UInt8.java 16 package org.tensorflow.types;
  /bionic/libc/kernel/uapi/asm-arm64/asm/
types.h 19 #include <asm-generic/types.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
types.h 1 #include <asm-generic/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
bitypes.h 1 /* The GNU <sys/types.h> defines all the necessary types. */
3 #include <sys/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
bitypes.h 1 /* The GNU <sys/types.h> defines all the necessary types. */
3 #include <sys/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>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
types.h 4 #include <asm-generic/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
types.h 4 #include <asm-generic/types.h>
  /external/e2fsprogs/include/mingw/sys/
types.h 4 #include_next <sys/types.h>
6 #include <linux/types.h>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
types.go 8 "cmd/compile/internal/types"
13 Txxx = types.Txxx
15 TINT8 = types.TINT8
16 TUINT8 = types.TUINT8
17 TINT16 = types.TINT16
18 TUINT16 = types.TUINT16
19 TINT32 = types.TINT32
20 TUINT32 = types.TUINT32
21 TINT64 = types.TINT64
22 TUINT64 = types.TUINT6
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
types.go 8 "cmd/compile/internal/types"
13 Txxx = types.Txxx
15 TINT8 = types.TINT8
16 TUINT8 = types.TUINT8
17 TINT16 = types.TINT16
18 TUINT16 = types.TUINT16
19 TINT32 = types.TINT32
20 TUINT32 = types.TUINT32
21 TINT64 = types.TINT64
22 TUINT64 = types.TUINT6
    [all...]
  /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...]
  /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

Completed in 1334 milliseconds

1 2 3 4 5 6 7 8 91011>>