Home
last modified time | relevance | path

Searched refs:span_size (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dscale_and_translate_op.cc63 spans->span_size = std::min( in ComputeSpansCore()
74 tensorflow::TensorShape({spans->span_size * output_size}), in ComputeSpansCore()
99 if (this_span_size > spans->span_size) { in ComputeSpansCore()
101 this_span_size, spans->span_size)); in ComputeSpansCore()
115 int out_index = spans->span_size * x; in ComputeSpansCore()
139 for (int j = 0; j < spans.span_size; ++j, ++input_index) { in ComputeGradSpansCore()
140 const float weight = weights_vec(output_index * spans.span_size + j); in ComputeGradSpansCore()
157 grad_spans->span_size = max_size; in ComputeGradSpansCore()
166 tensorflow::TensorShape({grad_spans->span_size * forward_input_size}), in ComputeGradSpansCore()
175 grad_weights_vec(input_index * grad_spans->span_size + gc.index - in ComputeGradSpansCore()
[all …]
Dscale_and_translate_op.h44 int span_size; member
/external/libtextclassifier/native/utils/container/
Dsorted-strings-table.cc30 int span_size = right - left; in GatherPrefixMatches() local
36 while (span_size > use_linear_scan_threshold_) { in GatherPrefixMatches()
63 span_size = right - left; in GatherPrefixMatches()
64 if (span_size <= 0) { in GatherPrefixMatches()
/external/skia/modules/sksg/src/
DSkSGColorFilter.cpp163 span_size = span_stop - span_start; in MakeNColorGradient()
176 const float dR = (SkColorGetR(c1) - r) / span_size, in MakeNColorGradient()
177 dG = (SkColorGetG(c1) - g) / span_size, in MakeNColorGradient()
178 dB = (SkColorGetB(c1) - b) / span_size; in MakeNColorGradient()
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc98 int span_size = right - left; in FindTerminal() local
130 span_size = right - left; in FindTerminal()
131 if (span_size <= 0) { in FindTerminal()
/external/skqp/src/compute/hs/cl/intel/
Dhs_cl_macros.h293 uint const span_size = span_stride * half_span * 2; \
294 uint const span_base = span_idx * span_size; \
/external/skqp/src/compute/hs/cuda/sm_35/
Dhs_cuda_macros.h398 uint32_t const span_size = span_stride * half_span * 2; \
399 uint32_t const span_base = span_idx * span_size; \
/external/skqp/src/compute/hs/vk/
Dhs_glsl_macros.h323 const uint span_size = span_stride * half_span * 2; \
324 const uint span_base = span_idx * span_size; \
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dhs_kernels.pre.cl8316 uint const span_size = span_stride * 8 * 2;
8317 uint const span_base = span_idx * span_size;
8411 uint const span_size = span_stride * 8 * 2;
8412 uint const span_base = span_idx * span_size;
8518 uint const span_size = span_stride * 8 * 2;
8519 uint const span_base = span_idx * span_size;
8654 uint const span_size = span_stride * 8 * 2;
8655 uint const span_base = span_idx * span_size;
8858 uint const span_size = span_stride * 8 * 2;
8859 uint const span_base = span_idx * span_size;
/external/skqp/src/compute/hs/cl/intel/gen8/u64/
Dhs_kernels.pre.cl13898 uint const span_size = span_stride * 16 * 2;
13899 uint const span_base = span_idx * span_size;
14109 uint const span_size = span_stride * 16 * 2;
14110 uint const span_base = span_idx * span_size;
14332 uint const span_size = span_stride * 16 * 2;
14333 uint const span_base = span_idx * span_size;
14584 uint const span_size = span_stride * 16 * 2;
14585 uint const span_base = span_idx * span_size;
14904 uint const span_size = span_stride * 16 * 2;
14905 uint const span_base = span_idx * span_size;
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc445 if (location_->span_size() <= 2) { in ~LocationRecorder()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc14022 if (this->span_size() > 0) { in SerializeWithCachedSizes()
14027 for (int i = 0, n = this->span_size(); i < n; i++) { in SerializeWithCachedSizes()
14090 if (this->span_size() > 0) { in InternalSerializeWithCachedSizesToArray()
Ddescriptor.pb.h5887 int span_size() const;
11442 inline int SourceCodeInfo_Location::span_size() const { in span_size() function
Ddescriptor_unittest.cc7677 ASSERT_EQ(3, foo_location.span_size()); // Foo spans one line in TEST_F()