Searched refs:Output (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/frameworks/av/media/img_utils/src/
H A DOutput.cpp18 #include <img_utils/Output.h>
23 Output::~Output() {}
24 status_t Output::open() { return OK; }
25 status_t Output::close() { return OK; }
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Ddequantize.mod.py4 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}")
H A Dfloor.mod.py4 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 2}")
H A Dl2_normalization.mod.py19 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 1, 1, 3}")
H A Dl2_normalization_2.mod.py19 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 1, 1, 6}")
H A Dl2_normalization_large.mod.py19 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 3}")
H A Dlogistic_float_1.mod.py21 i3 = Output("op3", "TENSOR_FLOAT32", "{1, 2, 2, 1}")
H A Dlogistic_quant8_1.mod.py21 i3 = Output("op3", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 0.00390625f, 0")
H A Drelu1_float_1.mod.py20 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # output 0
H A Drelu6_float_1.mod.py20 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # output 0
H A Drelu_float_1.mod.py20 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}") # output 0
H A Dtanh.mod.py5 i2 = Output("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}")
H A Dadd.mod.py6 i3 = Output("op3", "TENSOR_FLOAT32", "{2}")
H A Dadd_broadcast_quant8.mod.py6 i3 = Output("op3", "TENSOR_QUANT8_ASYMM", "{2, 2}, 1.0, 0")
H A Dadd_quant8.mod.py6 i3 = Output("op3", "TENSOR_QUANT8_ASYMM", "{2}, 1.0, 0")
H A Davg_pool_float_5.mod.py23 i3 = Output("op3", "TENSOR_FLOAT32", "{1, 1, 2, 1}") # output 0
H A Davg_pool_quant8_5.mod.py23 i3 = Output("op3", "TENSOR_QUANT8_ASYMM", "{1, 1, 2, 1}, 0.0625f, 0") # output 0
H A Dconcat_float_1.mod.py22 r = Output("result", "TENSOR_FLOAT32", "{4, 3}") # output
H A Dconcat_quant8_1.mod.py22 r = Output("result", "TENSOR_QUANT8_ASYMM", "{2, 6}, 0.5f, 0") # output
H A Ddepth_to_space_float_1.mod.py4 output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 2}")
/frameworks/ml/nn/tools/test_generator/tests/P_float/
H A Daddfloat.mod.py5 o = Output("operand4","TENSOR_FLOAT32", "{3,4}")
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h30 class ANDROID_API Output { class in namespace:android::img_utils
32 virtual ~Output();
35 * Open this Output.
51 * Close this Output. It is not valid to call open on a previously closed Output.
H A DStripSource.h20 #include <img_utils/Output.h>
42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
H A DByteArrayOutput.h20 #include <img_utils/Output.h>
34 class ANDROID_API ByteArrayOutput : public Output {
H A DFileOutput.h20 #include <img_utils/Output.h>
30 class ANDROID_API FileOutput : public Output {

Completed in 145 milliseconds

1234567891011>>