Home
last modified time | relevance | path

Searched refs:kWindow (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dblocker_unittest.cc146 const float kWindow[kBlockSize] = {2.f, 2.f, 2.f, 2.f}; in TEST_F() local
157 kWindow, in TEST_F()
199 const float kWindow[kBlockSize] = {2.f, 2.f, 2.f, 2.f}; in TEST_F() local
210 kWindow, in TEST_F()
252 const float kWindow[kBlockSize] = {2.f, 2.f, 2.f, 2.f}; in TEST_F() local
263 kWindow, in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc187 kWindow, enumerator
1049 attrs["window"] = {/*required=*/false, AttrTy::kWindow, &window}; in ParseInstructionRhs()
1069 attrs["window"] = {/*required=*/false, AttrTy::kWindow, &window}; in ParseInstructionRhs()
1237 attrs["window"] = {/*required=*/false, AttrTy::kWindow, &window}; in ParseInstructionRhs()
1494 attrs["window"] = {/*required=*/false, AttrTy::kWindow, &window}; in ParseInstructionRhs()
2748 case AttrTy::kWindow: { in ParseAttributeHelper()