Home
last modified time | relevance | path

Searched refs:feature_indices (Results 1 – 13 of 13) sorted by relevance

/external/fonttools/Lib/fontTools/subset/
D__init__.py1283 def collect_lookups(self, feature_indices): argument
1285 for i in feature_indices
1289 def subset_features(self, feature_indices): argument
1291 self.FeatureRecord = _list_subset(self.FeatureRecord, feature_indices)
1308 def collect_lookups(self, feature_indices): argument
1312 if r.FeatureIndex in feature_indices), [])
1315 def subset_features(self, feature_indices): argument
1318 if r.FeatureIndex in feature_indices]
1321 r.FeatureIndex = feature_indices.index(r.FeatureIndex)
1326 def subset_features(self, feature_indices): argument
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dstats_ops_test.py1529 feature_indices = np.argwhere(dense_indices == 1)
1531 feature_values = np.random.randint(num_buckets, size=len(feature_indices))
1536 for (instance, f_dim), bucket in zip(feature_indices, feature_values):
1546 return (node_ids, gradients, hessians, feature_indices, feature_values,
1557 (node_ids, gradients, hessians, feature_indices, feature_values,
1565 node_ids, gradients, hessians, feature_indices, feature_values,
1579 (node_ids, gradients, hessians, feature_indices, feature_values,
1587 node_ids, gradients, hessians, feature_indices, feature_values,
1601 (node_ids, gradients, hessians, feature_indices, feature_values,
1609 node_ids, gradients, hessians, feature_indices, feature_values,
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBoostedTreesSparseAggregateStats.pbtxt16 name: "feature_indices"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBoostedTreesSparseAggregateStats.pbtxt16 name: "feature_indices"
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc401 auto feature_indices = in CreateSparseFeatureRepresentation() local
419 &(feature_indices(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation()
444 new UnalignedInt64Vector(&(feature_indices(0)), 0)); in CreateSparseFeatureRepresentation()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesSparseAggregateStats.pbtxt23 name: "feature_indices"
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py836 feature_indices = {}
867 feature_index = feature_indices.get(feature_key)
877 feature_indices[feature_key] = feature_index
889 for lang, feature_indices in sorted(lang_features.items()):
901 i for i in feature_indices if i != req_feature_index
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2_correctness_test.py566 feature_indices, argument
597 for (batch_i, seq_index), vocabulary_id in zip(feature_indices,
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc1543 const auto feature_indices = feature_indices_t->matrix<int32>(); in Compute() local
1576 const int32 instance = feature_indices(i, 0); in Compute()
1583 const int32 f_dim = feature_indices(i, 1); in Compute()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt625 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt625 …argspec: "args=[\'node_ids\', \'gradients\', \'hessians\', \'feature_indices\', \'feature_values\'…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9774 …*Scope, node_ids tf.Output, gradients tf.Output, hessians tf.Output, feature_indices tf.Output, fe…
9782 node_ids, gradients, hessians, feature_indices, feature_values, feature_shape,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt6113 name: "feature_indices"