Home
last modified time | relevance | path

Searched defs:feature_size (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops_test.cc49 Tensor make_dense_default(int feature_size) { in make_dense_default()
63 Tensor make_dense_default(int feature_size) { in make_dense_default()
77 Tensor make_dense_default(int feature_size) { in make_dense_default()
154 static Graph* ParseExample(int batch_size, int num_keys, int feature_size) { in ParseExample()
205 static Graph* ParseExampleV2(int batch_size, int num_keys, int feature_size) { in ParseExampleV2()
282 static Graph* ParseSingleExample(int num_keys, int feature_size) { in ParseSingleExample()
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/fel/
H A Dfeature-descriptors.h92 int feature_size() const { return sub_features_.size(); } in feature_size() function
126 int feature_size() const { return features_.size(); } in feature_size() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/example/
Dfeature.pb.h1656 inline int Features::feature_size() const { in feature_size() function
1689 inline int FeatureList::feature_size() const { in feature_size() function
/aosp_15_r20/external/libaom/test/
H A Dav1_external_partition_test.cc447 const int feature_size, const int id) { in write_features_to_file()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/
H A DMKLDNNConversions.cpp488 int64_t feature_size = weight0.size(-1); in mkldnn_reorder_mkldnn_rnn_layer_weight() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DNormalization.cuh438 int feature_size = vec_mean.size(1); in batch_norm_reduce_statistics_kernel() local
820 auto feature_size = input_reshaped.size(2); in batch_norm_backward_reduce_cuda_template() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpartition_strategy.c114 const int feature_size, const int id, in write_features_to_file()