Home
last modified time | relevance | path

Searched refs:constant_values (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp218 glw::GLint constant_values[n_varyings] = { 0 }; in iterate() local
221 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_INPUT_COMPONENTS, &constant_values[index]); in iterate()
225 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_OUTPUT_COMPONENTS, &constant_values[index]); in iterate()
229 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, &constant_values[index]); in iterate()
233 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_OUTPUT_VERTICES, &constant_values[index]); in iterate()
237 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &constant_values[index]); in iterate()
241 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_UNIFORM_COMPONENTS, &constant_values[index]); in iterate()
245 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_ATOMIC_COUNTERS, &constant_values[index]); in iterate()
249 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS, &constant_values[index]); in iterate()
253 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_IMAGE_UNIFORMS, &constant_values[index]); in iterate()
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c146 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
160 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
178 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
191 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
211 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
224 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
245 *dst = params->constant_values; in ff_dnn_execute_layer_pad()
256 *dst = params->constant_values; in ff_dnn_execute_layer_pad()
Ddnn_backend_native_layer_pad.h36 float constant_values; member
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dpad_fp32_coder.cc100 std::vector<float> constant_values(output_size, pad_param_->constant_value_); in DoCode() local
101 code.CodeArray("output_tensor_", constant_values.data(), output_size); in DoCode()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dpad_ops_declare.cc46 INPUT_MAP(PadV3) = {{1, INPUT_DESC(x)}, {2, INPUT_DESC(paddings)}, {3, INPUT_DESC(constant_values)}…
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-pad-test.c195 params.constant_values = 728; in test_with_mode_constant()
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Ddataset.py322 … = np.pad(gt_box, ((0, pad_max_number - box.shape[0]), (0, 0)), mode="constant", constant_values=0)
323 …l_new = np.pad(gt_label, ((0, pad_max_number - box.shape[0])), mode="constant", constant_values=-1)
324 …_new = np.pad(gt_iscrowd, ((0, pad_max_number - box.shape[0])), mode="constant", constant_values=1)
/third_party/mindspore/mindspore/nn/metrics/
Dmetric.py129 threshold_idxs = np.pad(distinct_value_indices, (0, 1), constant_values=target.shape[0] - 1)
/third_party/mindspore/mindspore/numpy/
Darray_creations.py2385 def pad(arr, pad_width, mode="constant", stat_length=None, constant_values=0, argument
2484 constant_values = _convert_pad_to_nd(constant_values, arr.ndim)
2485 return _pad_constant(arr, pad_width, constant_values)
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_creations.py944 mnp_res = mnp.pad(x_ms, ((1, 1), (2, 3), (4, 5)), constant_values=((3, 4), (5, 6), (7, 8)))
945 onp_res = onp.pad(x_np, ((1, 1), (2, 3), (4, 5)), constant_values=((3, 4), (5, 6), (7, 8)))
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp4634 const Utils::vec4<glw::GLfloat> constant_values[] = { Utils::vec4<glw::GLfloat>(1, 2, 3, 4), in calculate() local
4643 Utils::vec4<glw::GLfloat> constant = constant_values[0]; in calculate()
4644 Utils::vec4<glw::GLfloat> constant_inverted = constant_values[0]; in calculate()
4658 calculate(function, constant, constant_values[i + 1], constant); in calculate()
4659 calculate(function_inverted, constant_inverted, constant_values[i + 1], constant_inverted); in calculate()
4716 const Utils::vec4<glw::GLfloat> constant_values[] = { Utils::vec4<glw::GLfloat>(1, 2, 3, 4), in logError() local
4754 input = constant_values; in logError()
4759 input = constant_values; in logError()