Home
last modified time | relevance | path

Searched defs:v_in (Results 1 – 10 of 10) sorted by relevance

/external/libevent/test/
Dregress_zlib.c134 struct evbuffer_iovec v_in[1]; in zlib_input_filter() local
188 struct evbuffer_iovec v_in[1]; in zlib_output_filter() local
/external/vixl/examples/aarch64/
Dneon-matrix-multiply.cc49 VRegister v_in = VRegister(in_column, kSRegSize); in GenerateMultiplyColumn() local
/external/libtextclassifier/lang_id/common/
Dembedding-network.cc269 const std::vector<float> *v_in = &input; in ComputeFinalScores() local
/external/tensorflow/tensorflow/core/kernels/
Dword2vec_kernels.cc310 auto v_in = Tw_in.chip<0>(example); in Compute() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer_test.cc191 ops::Variable v_in(scope.WithOpName("v_in"), {3}, DT_FLOAT); in TEST_F() local
583 ops::Variable v_in(scope.WithOpName("v_in"), {3}, DT_FLOAT); in TEST_F() local
Dmodel_pruner_test.cc301 ops::Variable v_in(scope.WithOpName("v_in"), {3}, DT_FLOAT); in TEST_F() local
Dloop_optimizer_test.cc639 Output v_in = ops::Const<float>(scope.WithOpName("v_in"), {123.0}, {}); in TEST_F() local
Dconstant_folding_test.cc1456 ops::Variable v_in(scope.WithOpName("v_in"), {3}, DT_FLOAT); in TEST_F() local
1555 ops::Variable v_in(scope.WithOpName("v_in"), {3}, DT_FLOAT); in TEST_F() local
/external/u-boot/drivers/video/
Dipu.h81 #define _MAKE_CHAN(num, v_in, g_in, a_in, out) \ argument
/external/brotli/c/enc/
Dbrotli_bit_stream.c610 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, in MoveToFrontTransform()