HomeSort by relevance Sort by last modified time
    Searched defs:complex128 (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_gpu_gradients.cu.h 38 typedef std::complex<double> complex128; typedef in namespace:tensorflow::functor
cwise_ops_gpu_common.cu.h 37 typedef std::complex<double> complex128; typedef in namespace:tensorflow::functor
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 34 typedef std::complex<double> complex128; typedef in namespace:tensorflow
  /prebuilts/go/darwin-x86/test/
rename.go 23 complex128 +
69 complex128 = 6
68 complex128 = 6 const
rename1.go 27 complex128 = 6
26 complex128 = 6 const
  /prebuilts/go/linux-x86/test/
rename.go 23 complex128 +
69 complex128 = 6
68 complex128 = 6 const
rename1.go 27 complex128 = 6
26 complex128 = 6 const
  /external/tensorflow/tensorflow/core/lib/bfloat16/
bfloat16.h 39 typedef std::complex<double> complex128; typedef in namespace:tensorflow
65 B16_DEVICE_FUNC explicit bfloat16(const complex128& val)
160 B16_DEVICE_FUNC explicit operator complex128() const {
161 return complex128(double(*this), double(0.0));
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 64 // complex128 is the set of all complex numbers with float64 real and
66 type complex128 complex128 type
122 // stand-in for either complex type: complex64 or complex128.
194 // complex128 for float64).
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 64 // complex128 is the set of all complex numbers with float64 real and
66 type complex128 complex128 type
122 // stand-in for either complex type: complex64 or complex128.
194 // complex128 for float64).
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 40 * `tf.complex128`: 128-bit double-precision complex.
116 elif base == complex128:
160 return self.base_dtype in (complex64, complex128)
191 self.base_dtype in (bool, string, complex64, complex128)):
215 self.base_dtype in (bool, string, complex64, complex128)):
355 complex128 = DType(types_pb2.DT_COMPLEX128) variable
356 tf_export("complex128").export_constant(__name__, "complex128")
414 types_pb2.DT_COMPLEX128: complex128,
464 types_pb2.DT_COMPLEX128: "complex128",
    [all...]

Completed in 204 milliseconds