Searched refs:other_t (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Sema/ |
D | tls_alignment.cpp | 59 T other_t __attribute__(( aligned(64) )); member 64 return blah.other_t * 2; in blag()
|
/external/llvm-project/clang/test/Sema/ |
D | tls_alignment.cpp | 59 T other_t __attribute__(( aligned(64) )); member 64 return blah.other_t * 2; in blag()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op_test.cc | 213 Tensor other_t(DT_FLOAT, TensorShape({c})); in FusedBatchNormInference() local 214 other_t.flat<float>().setRandom(); in FusedBatchNormInference() 219 Node* other = test::graph::Constant(g, other_t, "other"); in FusedBatchNormInference() 254 Tensor other_t(DT_FLOAT, TensorShape({c})); in FusedBatchNormGrad() local 255 other_t.flat<float>().setRandom(); in FusedBatchNormGrad() 259 Node* other = test::graph::Constant(g, other_t, "other"); in FusedBatchNormGrad()
|
D | fused_batch_norm_ex_op_test.cc | 560 Tensor other_t(DT_FLOAT, TensorShape({c})); in FusedBatchNormEx() local 561 other_t.flat<float>().setRandom(); in FusedBatchNormEx() 564 Node* other = test::graph::Constant(g, other_t, "other"); in FusedBatchNormEx()
|
/external/llvm-project/mlir/test/Bindings/Python/ |
D | ir_array_attributes.py | 66 other_t = F64Type.get() 68 other_element = FloatAttr.get(other_t, 1.2)
|
/external/webrtc/api/stats/ |
D | rtc_stats.h | 311 const RTCStatsMember<T>& other_t = variable 314 return !other_t.is_defined(); 317 return value_ == other_t.value_;
|