Home
last modified time | relevance | path

Searched refs:RESIZE (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize_test.cc47 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
72 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
96 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
123 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
149 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
174 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
200 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
226 SingleOpModel model({ToString(OperationType::RESIZE), attr}, {input}, in TEST()
Dregistry.cc93 insert_op(Type::RESIZE, NewResizeNodeShader); in Registry()
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h72 #define RESIZE(mem, size) HeapReAlloc(GetProcessHeap(), 0, mem, size) macro
84 #define RESIZE(mem, size) realloc(mem, size) macro
/external/dtc/tests/
Dsw_tree1.c23 RESIZE, enumerator
40 case RESIZE: in realloc_fdt()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop.cc100 auto type = ToString(OperationType::RESIZE); in NewRemoveDegenerateUpsampling()
Dremove_noop_test.cc186 node_to_remove->operation.type = ToString(OperationType::RESIZE); in TEST()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h80 RESIZE, enumerator
Doperations.cc163 case OperationType::RESIZE: in ToString()
243 {"resize", OperationType::RESIZE}, in OperationTypeFromString()
Dmodel_builder.cc1544 node->operation.type = ToString(OperationType::RESIZE); in Parse()
/external/f2fs-tools/fsck/
Dmain.c525 c.func = RESIZE; in f2fs_parse_options()
1149 case RESIZE: in main()
/external/f2fs-tools/lib/
Dlibf2fs_zoned.c498 if (c.func == RESIZE) in f2fs_get_usable_segments()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc475 case OperationType::RESIZE: { in GPUOperationFromNode()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE; enumConstant
/external/f2fs-tools/include/
Df2fs_fs.h362 RESIZE, enumerator
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md634 %output = tosa.RESIZE(%images) {output_size={output_height, output_width},
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc128 ADD_LAYER(RESIZE) in LayerTypeToString()