HomeSort by relevance Sort by last modified time
    Searched refs:nptype (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/python/ops/
image_grad_test.py 38 for nptype in self.TYPES:
39 x = np.arange(0, 4).reshape(in_shape).astype(nptype)
54 for nptype in self.TYPES:
55 x = np.arange(0, 6).reshape(in_shape).astype(nptype)
69 for nptype in self.TYPES:
70 x = np.arange(0, 24).reshape(in_shape).astype(nptype)
84 for nptype in self.TYPES:
85 x = np.arange(0, np.prod(in_shape)).reshape(in_shape).astype(nptype)
image_ops_test.py 57 for nptype in [np.float32, np.float64]:
58 inp = np.random.rand(*shape).astype(nptype)
79 for nptype in [np.float32, np.float64]:
80 rgb_np = np.array(data, dtype=nptype).reshape([2, 2, 3]) / 255.
96 for nptype in [np.float32, np.float64]:
97 inp = np.random.rand(*shape).astype(nptype)
125 for nptype in [np.float32, np.float64]:
126 inp = np.random.rand(*shape).astype(nptype)
    [all...]
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodType.java 61 public MethodType changeParameterType(int num, Class<?> nptype) { return null; }
  /external/tensorflow/tensorflow/python/framework/
tensor_util_test.py 190 for dtype, nptype in [(dtypes.float32, np.float32),
199 dtype=nptype),
298 for dtype, nptype in [(dtypes.int32, np.int32),
308 self.assertEquals(nptype, a.dtype)
309 self.assertAllClose(np.array([10, 20, 30], dtype=nptype), a)
311 t = tensor_util.make_tensor_proto(np.array([10, 20, 30], dtype=nptype))
315 self.assertEquals(nptype, a.dtype)
316 self.assertAllClose(np.array([10, 20, 30], dtype=nptype), a)
319 for dtype, nptype in [(dtypes.int64, np.int64),
330 dtype=nptype),
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
image_ops_test.py 45 for nptype in self.float_types:
46 inp = np.random.rand(*shape).astype(nptype)
50 batch0 = array_ops.placeholder(nptype, shape=shape)
72 for nptype in self.float_types:
73 rgb_np = np.array(data, dtype=nptype).reshape([2, 2, 3]) / 255.
75 placeholder = array_ops.placeholder(nptype)
84 for nptype in self.float_types:
85 rgb_flat = np.random.random(64 * 3).reshape((64, 3)).astype(nptype)
94 placeholder = array_ops.placeholder(nptype)
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 367 * @param nptype a new parameter type to replace the old one with
370 * @throws IllegalArgumentException if {@code nptype} is {@code void.class}
371 * @throws NullPointerException if {@code nptype} is null
373 public MethodType changeParameterType(int num, Class<?> nptype) {
374 if (parameterType(num) == nptype) return this;
375 checkPtype(nptype);
377 nptypes[num] = nptype;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
isakmp_ident.c 1774 int nptype; local
    [all...]
  /prebuilts/sdk/tools/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/darwin/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/linux/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/windows/bin/
core-lambda-stubs.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 431 milliseconds