Home
last modified time | relevance | path

Searched refs:batch_features (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features_test.cc34 BatchFeatures batch_features(8); in TEST_F() local
35 EXPECT_DEATH(({ batch_features.Initialize({}, {}, {}, {}, {}, {}, {}); }) in TEST_F()
41 BatchFeatures batch_features(8); in TEST_F() local
46 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {})); in TEST_F()
50 BatchFeatures batch_features(8); in TEST_F() local
55 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {})); in TEST_F()
59 BatchFeatures batch_features(1); in TEST_F() local
64 batch_features.Initialize({dense_vec}, {}, {}, {}, {}, {}, {})); in TEST_F()
68 BatchFeatures batch_features(2); in TEST_F() local
74 EXPECT_EQ(expected_error, batch_features.Initialize( in TEST_F()
[all …]
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc219 boosted_trees::utils::BatchFeatures batch_features(batch_size); in DoCompute() local
222 batch_features.Initialize( in DoCompute()
306 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features, in DoCompute()
312 batch_features, worker_threads, output_predictions, in DoCompute()
431 boosted_trees::utils::BatchFeatures batch_features(batch_size); in DoCompute() local
434 batch_features.Initialize( in DoCompute()
455 tree_config, batch_features, worker_threads->NumThreads(), in DoCompute()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
Dbatch_features_testutil.cc29 boosted_trees::utils::BatchFeatures* batch_features) { in RandomlyInitializeBatchFeatures() argument
30 const int64 batch_size = static_cast<int64>(batch_features->batch_size()); in RandomlyInitializeBatchFeatures()
80 TF_EXPECT_OK(batch_features->Initialize( in RandomlyInitializeBatchFeatures()
Dbatch_features_testutil.h39 boosted_trees::utils::BatchFeatures* batch_features);
/external/tensorflow/tensorflow/python/keras/engine/
Dpartial_batch_padding_handler.py45 def _find_any_tensor(batch_features): argument
47 x for x in nest.flatten(batch_features) if tensor_util.is_tensor(x)
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/
DBUILD23 "utils/batch_features.cc",
31 "utils/batch_features.h",
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_kernels.cmake51 "${tensorflow_source_dir}/tensorflow/contrib/boosted_trees/lib/utils/batch_features.cc"
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py3710 def _find_any_tensor(batch_features): argument
3712 x for x in nest.flatten(batch_features) if isinstance(x, ops.Tensor)