Searched refs:out_base (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | gather_functor.h | 47 T* out_base = out.data(); in HandleCopies() local 93 out_base + (batch_idx * indices_size + indices_idx) * slice_elems, in HandleCopies()
|
D | deep_conv2d.cc | 240 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 ()()
|
D | depthwise_conv_op.cc | 215 const int64 out_base = b * output_image_size; in operator ()() local 228 input_buffer_data, output + out_base, data_format); in operator ()()
|
D | dynamic_partition_op_gpu.cu.cc | 464 T* out_base = outs[p]->flat<T>().data(); in GatherSlices() local 466 CallGatherKernel<T>(device, data_base, ind_base, out_base, N, in GatherSlices()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-color-cbdt-table.hh | 279 const void **out_base) const in find_table() 281 *out_base = &(base+indexSubtableArrayOffset); in find_table()
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2067 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/rtc_tools/ |
D | video_replay.cc | 106 out_base,
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io.c | 1078 uint32_t *out_base, in nir_get_explicit_deref_range() argument 1138 *out_base = base; in nir_get_explicit_deref_range() 1155 *out_base = base; in nir_get_explicit_deref_range() 1173 *out_base = 0; in nir_get_explicit_deref_range()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 905 int64 out_base = 0; in Fft1D() local 911 std::swap(in_base, out_base); in Fft1D() 917 const int64 out_offset = out_base + block * next_iteration_block_size; in Fft1D() 932 complex128 value = buffer[out_base + k]; in Fft1D()
|