Home
last modified time | relevance | path

Searched defs:first_const (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_1024_add_neon.c88 const int32_t first_const, in do_butterfly()
Didct32x32_add_neon.c116 const int16_t first_const, in do_butterfly()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc849 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
922 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
1084 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
1576 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
1632 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
2236 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc244 Value& first_const, Value& second_const, in getTosaConst32bitTable()
/external/python/cpython2/Python/
Dcompile.c1355 PyObject *first_const = Py_None; in compiler_function() local