Home
last modified time | relevance | path

Searched defs:array_value (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dtile.cc37 ShapeVector ToMultiplesVector(const ArrayValue<int64_t> &array_value) { in ToMultiplesVector()
Dupsample.cc33 T GetElemFromArray(const PrimitivePtr &primitive, const ArrayValue<T> &array_value, const size_t i, in GetElemFromArray()
/third_party/json/docs/examples/
Dbasic_json__CompatibleType.cpp63 json::array_t array_value = {"one", "two", 3, 4.5, false}; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drandom_standard_normal.cc88 auto array_value = shape_value_opt.value(); in RandomStandardNormalInferShape() local
/third_party/curl/lib/
Dformdata.c217 char *array_value = NULL; /* value read from an array */ in FormAdd() local
/third_party/jerryscript/jerry-core/api/
Djerry.c1456 ecma_value_t array_value = ecma_op_create_array_object (&array_length, argument_size, true); in jerry_create_array() local
4187 ecma_value_t array_value = ecma_typedarray_create_object_with_length (length, in jerry_create_typedarray() local
4248 …ecma_value_t array_value = ecma_op_create_typedarray (arguments_p, 3, prototype_obj_p, element_siz… in jerry_create_typedarray_for_arraybuffer_sz() local