HomeSort by relevance Sort by last modified time
    Searched full:prod (Results 176 - 200 of 732) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/python/ops/
hidden_ops.txt 276 Prod
transpose_benchmark.py 48 total_size = np.prod(input_shape)
89 throughput = np.prod(
  /test/vti/test_serving/gae/webapp/static/
index.html 58 <a href=https://android-vts-internal.googleplex.com>VTS dashboard PROD</a><br>
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 192 prod = self.productions # Local reference to production list
270 p = prod[-t]
533 # prod - A list of symbols making up its production
545 # lr_index - LR item index (location of the ".") in the prod list.
563 if self.prod:
564 s = "%s -> %s" % (self.name," ".join(self.prod))
574 if n > len(self.prod): return None
577 p.prod = list(self.prod)
582 p.prod.insert(n,"."
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 192 prod = self.productions # Local reference to production list
270 p = prod[-t]
533 # prod - A list of symbols making up its production
545 # lr_index - LR item index (location of the ".") in the prod list.
563 if self.prod:
564 s = "%s -> %s" % (self.name," ".join(self.prod))
574 if n > len(self.prod): return None
577 p.prod = list(self.prod)
582 p.prod.insert(n,"."
    [all...]
  /external/libmojo/third_party/ply/
yacc.py 287 prod = self.productions # Local reference to production list (to avoid lookup on self.)
378 p = prod[-t]
602 prod = self.productions # Local reference to production list (to avoid lookup on self.)
675 p = prod[-t]
    [all...]
  /external/ply/ply/ply/
yacc.py 354 prod = self.productions # Local reference to production list (to avoid lookup on self.)
456 p = prod[-t]
701 prod = self.productions # Local reference to production list (to avoid lookup on self.)
786 p = prod[-t]
    [all...]
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
test_server_db_sync.py 25 "environment": "PROD",
70 results = sds.inventory_api_response_parse(self.INVENTORY_RESPONSE, 'prod')
  /external/eigen/bench/
sparse_dense_product.cpp 149 BENCH( uv2 = boost::numeric::ublas::prod(m1, uv1); )
152 // BENCH( boost::ublas::prod(gmm::transposed(m1), gmmV1, gmmV2); )
  /external/eigen/unsupported/test/
cxx11_tensor_complex_cuda.cu 123 full_redux = in.prod();
134 out_gpu.device(gpu_device) = in_gpu.prod();
  /external/google-breakpad/src/tools/linux/symupload/
minidump_upload.cc 33 // prod: the product name
62 parameters["prod"] = options->product;
  /external/google-breakpad/src/tools/mac/symupload/
minidump_upload.m 32 // prod: the product name
57 [parameters setObject:options->product forKey:@"prod"];
  /external/skia/infra/bots/recipe_modules/isolate/examples/full.expected/
exparchive-multi-miss.json 138 "prod",
164 "prod",
exparchive-multi.json 135 "prod",
161 "prod",
  /external/skqp/infra/bots/recipe_modules/isolate/examples/full.expected/
exparchive-multi-miss.json 138 "prod",
164 "prod",
exparchive-multi.json 135 "prod",
161 "prod",
  /external/tensorflow/tensorflow/cc/gradients/
data_flow_grad.cc 77 // partitions_size = prod([5]) = 5
82 scope, Range(scope, zero, Prod(scope, partitions_shape, zero), one),
  /external/tensorflow/tensorflow/compiler/tests/
reduce_ops_test.py 94 self._testReduction(math_ops.reduce_prod, np.prod, np.float32,
98 self._testReduction(math_ops.reduce_prod, np.prod, np.complex64,
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
variable_utils_test.py 41 initializer=np.arange(np.prod(s)).reshape(s).astype(dtype))
45 initializer=np.arange(np.prod(s)).reshape(s).astype(dtype)**2)
  /toolchain/binutils/binutils-2.27/zlib/as400/
readme.txt 11 CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')
55 CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 120 for (; ring->cons <= ring->prod; ++ring->cons) {
142 while ((u32)(ring->prod - ring->cons) < UNITS_BUFFER_SIZE) {
143 index = ring->prod & ring->size_mask;
146 if (ring->prod <= (ring->cons + 1)) {
160 ++ ring->prod;
164 ring->db->count = cpu_to_be32(ring->prod & 0xffff);
189 ring->prod = 0;
1275 if (ring->prod - ring->cons < (MAX_GAP_PROD_CONS)) {
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-neon-mul-div.ll 692 %prod = call <8 x i8> @llvm.aarch64.neon.pmul.v8i8(<8 x i8> %lhs, <8 x i8> %rhs)
694 ret <8 x i8> %prod
699 %prod = call <16 x i8> @llvm.aarch64.neon.pmul.v16i8(<16 x i8> %lhs, <16 x i8> %rhs)
701 ret <16 x i8> %prod
711 %prod = call <4 x i16> @llvm.aarch64.neon.sqdmulh.v4i16(<4 x i16> %lhs, <4 x i16> %rhs)
713 ret <4 x i16> %prod
718 %prod = call <8 x i16> @llvm.aarch64.neon.sqdmulh.v8i16(<8 x i16> %lhs, <8 x i16> %rhs)
720 ret <8 x i16> %prod
725 %prod = call <2 x i32> @llvm.aarch64.neon.sqdmulh.v2i32(<2 x i32> %lhs, <2 x i32> %rhs)
727 ret <2 x i32> %prod
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 149 prod := uint64(v) * uint64(n)
150 low := uint32(prod)
155 prod = uint64(v) * uint64(n)
156 low = uint32(prod)
159 return int32(prod >> 32)
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 149 prod := uint64(v) * uint64(n)
150 low := uint32(prod)
155 prod = uint64(v) * uint64(n)
156 low = uint32(prod)
159 return int32(prod >> 32)
  /external/freetype/src/smooth/
ftgrays.c 901 TPos prod = dx * fy1 - dy * fx1; local
906 /* The fundamental value `prod' determines which side and the */
911 if ( prod <= 0 &&
912 prod - dx * ONE_PIXEL > 0 ) /* left */
915 fy2 = (TPos)FT_UDIV( -prod, -dx );
916 prod -= dy * ONE_PIXEL;
923 else if ( prod - dx * ONE_PIXEL <= 0 &&
924 prod - dx * ONE_PIXEL + dy * ONE_PIXEL > 0 ) /* up */
926 prod -= dx * ONE_PIXEL;
927 fx2 = (TPos)FT_UDIV( -prod, dy )
    [all...]

Completed in 660 milliseconds

1 2 3 4 5 6 78 91011>>