Home
last modified time | relevance | path

Searched defs:ivalue (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc200 for (const auto& ivalue : args.int_values_) { in CopyArguments() local
243 for (const auto& ivalue : int_values_) { in RenameArgumentsInCode() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc205 for (auto& ivalue : args.GetIntValues()) { in CopyScalarArgumentsToStructWithScalarFields() local
281 for (auto& ivalue : args.GetIntValues()) { in CopyScalarArgumentsToStructWithVec4Fields() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
/external/javassist/src/test/javassist/bytecode/
DStackMapTest.java670 int ivalue; field in StackMapTest.C5
698 int ivalue; field in StackMapTest.C6
/external/lua/src/
Dlobject.h309 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) macro
/external/python/cpython3/Modules/
D_testcapimodule.c6991 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro() local