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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 3 type Int8Ptr *int8
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 3 type Int8Ptr *int8
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
logic_test.go 222 values := [...]int8{-1 << 7, 1<<7 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
225 zero := func(x int8) int8 { return 0 }
226 id := func(x int8) int8 { return x }
227 or := func(x, y int8) int8 { return x | y }
228 and := func(x, y int8) int8 { return x & y }
229 y := func(x, y int8) int8 { return y
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
logic_test.go 222 values := [...]int8{-1 << 7, 1<<7 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
225 zero := func(x int8) int8 { return 0 }
226 id := func(x int8) int8 { return x }
227 or := func(x, y int8) int8 { return x | y }
228 and := func(x, y int8) int8 { return x & y }
229 y := func(x, y int8) int8 { return y
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
zlib_compression_options.h 32 int8 flush_mode = Z_NO_FLUSH;
74 int8 window_bits = MAX_WBITS;
82 int8 compression_level = Z_DEFAULT_COMPRESSION;
85 int8 compression_method = Z_DEFLATED;
92 int8 mem_level = 9;
109 int8 compression_strategy = Z_DEFAULT_STRATEGY;
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_bitwise_and.cu.cc 22 DEFINE_BINARY8(bitwise_and, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_bitwise_or.cu.cc 22 DEFINE_BINARY8(bitwise_or, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_bitwise_xor.cu.cc 22 DEFINE_BINARY8(bitwise_xor, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_equal_to.cu.cc 22 DEFINE_BINARY10(equal_to, float, Eigen::half, double, uint8, int8, int16, int64,
cwise_op_gpu_greater.cu.cc 22 DEFINE_BINARY7(greater, Eigen::half, float, double, int64, uint8, int8, int16);
cwise_op_gpu_greater_equal.cu.cc 22 DEFINE_BINARY7(greater_equal, Eigen::half, float, double, int64, uint8, int8,
cwise_op_gpu_invert.cu.cc 22 DEFINE_UNARY8(invert, int8, int16, int32, int64, uint8, uint16, uint32, uint64);
cwise_op_gpu_left_shift.cu.cc 22 DEFINE_BINARY8(left_shift, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_less.cu.cc 22 DEFINE_BINARY7(less, Eigen::half, float, double, int64, uint8, int8, int16);
cwise_op_gpu_less_equal.cu.cc 22 DEFINE_BINARY7(less_equal, Eigen::half, float, double, int64, uint8, int8,
cwise_op_gpu_not_equal_to.cu.cc 22 DEFINE_BINARY10(not_equal_to, float, Eigen::half, double, uint8, int8, int16,
cwise_op_gpu_right_shift.cu.cc 22 DEFINE_BINARY8(right_shift, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_mul_2.cc 25 REGISTER6(BinaryOp, CPU, "Mul", functor::mul, int8, uint16, int16, int64,
28 REGISTER6(BinaryOp, GPU, "Mul", functor::mul, int8, uint16, int16, int64,
cast_op_impl_int8.cc 25 CURRY_TYPES3(CAST_CASE, CPUDevice, int8);
32 CURRY_TYPES3(CAST_CASE, GPUDevice, int8);
41 CURRY_TYPES3_NO_HALF(CAST_CASE, SYCLDevice, int8);
cwise_op_invert.cc 19 REGISTER8(UnaryOp, CPU, "Invert", functor::invert, int8, int16, int32, int64,
23 REGISTER6(UnaryOp, SYCL, "Invert", functor::invert, int8, int16, int32, int64,
28 REGISTER8(UnaryOp, GPU, "Invert", functor::invert, int8, int16, int32, int64,
  /external/tensorflow/tensorflow/core/platform/default/
integral_types.h 24 typedef signed char int8; typedef in namespace:tensorflow
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 73 #ifndef HW_TMS320C5x /* platforms that don't have int8 must use the 'default' implementation */
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] );
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] );
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] );
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] );
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] );
85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] );
86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] );
87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] );
93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] )
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue23719.go 27 a1 := [2]int8{-1, 88}
28 a2 := [2]int8{-1, 99}
32 b1 := [4]int8{-1, 88, 88, 88}
33 b2 := [4]int8{-1, 99, 99, 99}
37 c1 := [8]int8{-1, 88, 88, 88, 88, 88, 88, 88}
38 c2 := [8]int8{-1, 99, 99, 99, 99, 99, 99, 99}
  /prebuilts/go/linux-x86/test/fixedbugs/
issue23719.go 27 a1 := [2]int8{-1, 88}
28 a2 := [2]int8{-1, 99}
32 b1 := [4]int8{-1, 88, 88, 88}
33 b2 := [4]int8{-1, 99, 99, 99}
37 c1 := [8]int8{-1, 88, 88, 88, 88, 88, 88, 88}
38 c2 := [8]int8{-1, 99, 99, 99, 99, 99, 99, 99}
  /external/google-breakpad/src/common/dwarf/
types.h 38 typedef signed char int8; typedef

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>