Searched refs:input_ranges (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/regex-automata/src/ |
D | sparse.rs | 667 let input_ranges = &self.trans()[pos..pos + (ntrans * 2)]; in state() localVariable 670 State { _state_id_repr: PhantomData, ntrans, input_ranges, next } in state() 734 trans[s..e].copy_from_slice(state.input_ranges); in to_sized() 842 buf[i..i + (state.ntrans * 2)].copy_from_slice(state.input_ranges); in to_bytes() 1005 let (input_ranges, next) = ranges_and_next.split_at_mut(ntrans * 2); in state_mut() 1006 StateMut { _state_id_repr: PhantomData, ntrans, input_ranges, next } in state_mut() 1089 input_ranges: &'a [u8], field 1122 (self.input_ranges[i * 2], self.input_ranges[i * 2 + 1]) in range() 1183 input_ranges: &'a mut [u8], field 1204 input_ranges: self.input_ranges, in fmt()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_config.h | 84 input_ranges; member
|
D | quantization_config.cc | 100 quant_specs->input_ranges.push_back({node_mins[i], node_maxs[i]}); in GetInputNodeQuantSpecs()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize.cc | 138 return func.getNumArguments() == quant_specs_.input_ranges.size(); in IsLegalQuantSpecs() 149 return quant_specs_.input_ranges[index]; in GetMinMaxValuesForArgument()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | import_model.cc | 1813 NameRangeMap input_ranges, output_ranges; in CreateOperation() local 1817 NameRangesForNode(node, node.op_def(), &input_ranges, &output_ranges)); in CreateOperation() 1821 set_segment_sizes_attr(input_ranges, node.op_def().input_arg(), in CreateOperation()
|