MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/core/kernels/data/batch_dataset_op_test.cc:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 GetNextTestCases())
236
237TEST_F(BatchDatasetOpTest, DatasetNodeName) {
238 auto batch_dataset_params = BatchDatasetParams1();
239 TF_ASSERT_OK(Initialize(&batch_dataset_params));
240 TF_ASSERT_OK(CheckDatasetNodeName(batch_dataset_params.node_name));
241}
242
243TEST_F(BatchDatasetOpTest, DatasetTypeString) {
244 auto batch_dataset_params = BatchDatasetParams1();

Callers

nothing calls this directly

Calls 6

BatchDatasetParams1Function · 0.85
IteratorPrefixFunction · 0.85
OpNameFunction · 0.70
InitializeFunction · 0.50
codeMethod · 0.45

Tested by

no test coverage detected