Searched refs:bias_index_offset (Results 1 – 1 of 1) sorted by relevance
1537 int bias_index_offset; in Compute() local1538 bias_index_offset = bias_enabled ? 1 : 0; in Compute()1541 context->input(2 + bias_index_offset).flat<float>()(0); in Compute()1543 context->input(3 + bias_index_offset).flat<float>()(0); in Compute()1545 context->input(4 + bias_index_offset).flat<float>()(0); in Compute()1547 context->input(5 + bias_index_offset).flat<float>()(0); in Compute()1556 min_output_value = context->input(6 + bias_index_offset).flat<float>()(0); in Compute()1557 max_output_value = context->input(7 + bias_index_offset).flat<float>()(0); in Compute()1587 int bias_index_offset; in ExtendConvFwdParams() local1588 bias_index_offset = bias_enabled ? 1 : 0; in ExtendConvFwdParams()[all …]