Searched defs:feature_config (Results 1 – 3 of 3) sorted by relevance
229 const FixedLenFeature& feature_config = fixed_len_features[d]; in SingleExampleProtoToTensors() local271 const VarLenFeature& feature_config = var_len_features[d]; in SingleExampleProtoToTensors() local373 const VarLenFeature& feature_config = var_len_features[d]; in BatchExampleProtoToTensors() local
178 def feature_config(self, features): member in LLVMConfig
1506 def cpu_embedding_lookup(inputs, weights, tables, feature_config): argument