Searched defs:max_filter (Results 1 – 3 of 3) sorted by relevance
1408 const Tensor& max_filter = context->input(5 + bias_index_offset); in Compute() local1468 const float* max_filter = max_filter_vector.flat<float>().data(); in ExtendConvFwdParams() local1521 const float* max_filter = max_filter_vector.flat<float>().data(); in GetBiasHandle() local1795 const float* max_filter = max_filter_vector.flat<float>().data(); in AllocateOutputTensor() local
1328 Tensor& max_filter, Tensor& min_output, Tensor& max_output, in Run()1437 Tensor max_filter(DT_FLOAT, {1}); in TEST_F() local
502 const float max_filter = context->input(5).flat<float>()(0); in Compute() local