Home
last modified time | relevance | path

Searched defs:batch_features (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features_test.cc34 BatchFeatures batch_features(8); in TEST_F() local
41 BatchFeatures batch_features(8); in TEST_F() local
50 BatchFeatures batch_features(8); in TEST_F() local
59 BatchFeatures batch_features(1); in TEST_F() local
68 BatchFeatures batch_features(2); in TEST_F() local
81 BatchFeatures batch_features(2); in TEST_F() local
94 BatchFeatures batch_features(2); in TEST_F() local
107 BatchFeatures batch_features(2); in TEST_F() local
120 BatchFeatures batch_features(2); in TEST_F() local
133 BatchFeatures batch_features(2); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/python/keras/engine/
Dpartial_batch_padding_handler.py45 def _find_any_tensor(batch_features): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Dbatch_features_testutil.cc29 boosted_trees::utils::BatchFeatures* batch_features) { in RandomlyInitializeBatchFeatures()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc219 boosted_trees::utils::BatchFeatures batch_features(batch_size); in DoCompute() local
431 boosted_trees::utils::BatchFeatures batch_features(batch_size); in DoCompute() local
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py3710 def _find_any_tensor(batch_features): argument