Home
last modified time | relevance | path

Searched defs:InsertZeros (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_custom_op.cpp17 struct InsertZeros { struct
18 DSizes<DenseIndex, 2> dimensions(const Tensor<float, 2>& input) const { in dimensions()
44 Tensor<float, 2> result = tensor.customOp(InsertZeros()); in test_custom_unary_op() argument
Dcxx11_tensor_custom_op_sycl.cpp25 struct InsertZeros { struct
26 DSizes<DenseIndex, 2> dimensions(const TensorType& input) const { in dimensions()
34 void eval(const TensorType& input, Output& output, const Device& device) const in eval()
/external/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer_unittest.cc43 static void InsertZeros(int num_zeros, VadCircularBuffer* circular_buffer) { in InsertZeros() function