Home
last modified time | relevance | path

Searched refs:out_base (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_functor.h47 T* out_base = &out(0, 0, 0); in HandleCopies() local
93 out_base + (batch_idx * indices_size + indices_idx) * slice_elems, in HandleCopies()
Ddeep_conv2d.cc240 const int64 out_base = i * out_stride + out_depth_base + shard_base; in operator ()() local
245 ei::pstoreu<T>(filter_out + out_base + d * kPacketSize, v); in operator ()()
250 filter_out[out_base + scalar_base + d] = in operator ()()
1122 const int64 out_base = b * output_image_size; in operator ()() local
1133 output + out_base); in operator ()()
1141 output + out_base); in operator ()()
Ddepthwise_conv_op.cc210 const int64 out_base = b * output_image_size; in operator ()() local
223 input_buffer_data, output + out_base, data_format); in operator ()()
Ddynamic_partition_op_gpu.cu.cc448 T* out_base = outs[p]->flat<T>().data(); in GatherSlices() local
450 CallGatherKernel<T>(device, data_base, ind_base, out_base, N, in GatherSlices()
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh279 const void **out_base) const in find_table()
281 *out_base = &(base+indexSubtableArrayOffset); in find_table()
/external/libpng/contrib/libtests/
Dpngstest.c2067 png_uint_32 in_base, out_base; in transform_from_formats() local
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2108 result->transform = gpc_fn[in_base][out_base | PNG_FORMAT_FLAG_LINEAR]; in transform_from_formats()
2109 result->from_linear = gpc_fn[out_base | PNG_FORMAT_FLAG_LINEAR][out_base]; in transform_from_formats()
2119 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()
2121 result->error_ptr = gpc_error_to_colormap[in_base][out_base]; in transform_from_formats()
2133 result->transform = gpc_fn_colormapped[in_base][out_base]; in transform_from_formats()
2135 result->transform = gpc_fn[in_base][out_base]; in transform_from_formats()
/external/webrtc/webrtc/video/
Dreplay.cc121 DEFINE_string(out_base, "", "Basename (excluding .yuv) for raw output");