Home
last modified time | relevance | path

Searched refs:other_t (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Sema/
Dtls_alignment.cpp59 T other_t __attribute__(( aligned(64) )); member
64 return blah.other_t * 2; in blag()
/external/llvm-project/clang/test/Sema/
Dtls_alignment.cpp59 T other_t __attribute__(( aligned(64) )); member
64 return blah.other_t * 2; in blag()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op_test.cc213 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()
Dfused_batch_norm_ex_op_test.cc560 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/
Dir_array_attributes.py66 other_t = F64Type.get()
68 other_element = FloatAttr.get(other_t, 1.2)
/external/webrtc/api/stats/
Drtc_stats.h311 const RTCStatsMember<T>& other_t = variable
314 return !other_t.is_defined();
317 return value_ == other_t.value_;