Searched defs:InsertZeros (Results 1 – 3 of 3) sorted by relevance
17 struct InsertZeros { struct18 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
25 struct InsertZeros { struct26 DSizes<DenseIndex, 2> dimensions(const TensorType& input) const { in dimensions()34 void eval(const TensorType& input, Output& output, const Device& device) const in eval()
43 static void InsertZeros(int num_zeros, VadCircularBuffer* circular_buffer) { in InsertZeros() function