Searched defs:start_b (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | diff.py | 44 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument
|
/external/libaom/libaom/tools/ |
D | diff.py | 46 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b): argument
|
/external/python/cpython2/Lib/ |
D | htmllib.py | 373 def start_b(self, attrs): member in HTMLParser
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 3347 const int start_b = strided_slice::StartForAxis(params_copy, input_shape, 0); in StridedSlice() local 3391 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 6175 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 6344 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice() local
|