Home
last modified time | relevance | path

Searched defs:feature_values (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/
H A Dfeaturestore_online_service.proto111 map<string, FeatureValue> feature_values = 2 field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dfeaturestore_online_service.proto111 map<string, FeatureValue> feature_values = 2 field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/
H A Dfeaturestore_online_service.proto111 map<string, FeatureValue> feature_values = 2 field
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/
H A Dfeaturestore_online_service.proto111 map<string, FeatureValue> feature_values = 2 field
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/
H A Dtpu_embedding_base_test.py590 feature_values, combiner): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops.cc1036 Tensor feature_values = FeatureSparseCopy(0, key, dtype, f); in Compute() local