Searched refs:bias_index_offset (Results 1 – 1 of 1) sorted by relevance
1381 int bias_index_offset; in Compute() local1382 bias_index_offset = bias_enabled ? 1 : 0; in Compute()1385 context->input(2 + bias_index_offset).flat<float>()(0); in Compute()1387 context->input(3 + bias_index_offset).flat<float>()(0); in Compute()1403 context->input(6 + bias_index_offset).flat<float>()(0); in Compute()1405 context->input(7 + bias_index_offset).flat<float>()(0); in Compute()1407 const Tensor& min_filter = context->input(4 + bias_index_offset); in Compute()1408 const Tensor& max_filter = context->input(5 + bias_index_offset); in Compute()1447 int bias_index_offset; in ExtendConvFwdParams() local1448 bias_index_offset = bias_enabled ? 1 : 0; in ExtendConvFwdParams()[all …]