Home
last modified time | relevance | path

Searched defs:feature_lists (Results 1 – 8 of 8) sorted by relevance

/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/
Dexample.pb.h553 inline const ::tensorflow::FeatureLists& SequenceExample::feature_lists() const { in feature_lists() function
558 ::tensorflow::FeatureLists* feature_lists) { in unsafe_arena_set_allocated_feature_lists()
600 inline void SequenceExample::set_allocated_feature_lists(::tensorflow::FeatureLists* feature_lists)… in set_allocated_feature_lists()
Dexample.pb.cc267 SequenceExample::_Internal::feature_lists(const SequenceExample* msg) { in feature_lists() function in tensorflow::SequenceExample::_Internal
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dexample.proto301 FeatureLists feature_lists = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
H A Dparse_single_example_op_test.py42 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
H A Dparsing_ops_test.py53 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dparse_example_dataset_test.py49 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
/aosp_15_r20/external/erofs-utils/dump/
H A Dmain.c92 static struct erofsdump_feature feature_lists[] = { variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops.cc1071 const FeatureLists& feature_lists = ex.feature_lists(); in Compute() local