Home
last modified time | relevance | path

Searched refs:CategoryCrossing (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dcategory_crossing_test.py44 layer = category_crossing.CategoryCrossing()
56 layer = category_crossing.CategoryCrossing(separator='_Y_')
68 layer = category_crossing.CategoryCrossing(separator='')
80 layer = category_crossing.CategoryCrossing(depth=1)
96 layer = category_crossing.CategoryCrossing(depth=(2, 3))
134 non_hashed_layer = category_crossing.CategoryCrossing()
141 layer = category_crossing.CategoryCrossing(depth=1)
149 layer = category_crossing.CategoryCrossing(depth=2)
159 layer = category_crossing.CategoryCrossing(depth=[2, 3])
176 layer = category_crossing.CategoryCrossing()
[all …]
Dcategory_crossing.py39 class CategoryCrossing(base_preprocessing_layer.PreprocessingLayer): class
118 super(CategoryCrossing, self).__init__(name=name, **kwargs)
208 base_config = super(CategoryCrossing, self).get_config()
Dcategory_crossing_distribution_test.py76 layer = category_crossing.CategoryCrossing()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt4 name: "CategoryCrossing"
Dtensorflow.keras.layers.experimental.preprocessing.-category-crossing.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.CategoryCrossing"
3 …ance: "<class \'tensorflow.python.keras.layers.preprocessing.category_crossing.CategoryCrossing\'>"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt4 name: "CategoryCrossing"
Dtensorflow.keras.layers.experimental.preprocessing.-category-crossing.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.CategoryCrossing"
3 …ance: "<class \'tensorflow.python.keras.layers.preprocessing.category_crossing.CategoryCrossing\'>"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dcategory_crossing_benchmark.py74 layer = category_crossing.CategoryCrossing()
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py72 from tensorflow.python.keras.layers.preprocessing.category_crossing import CategoryCrossing
/external/tensorflow/
DRELEASE.md1142 …* `CategoryCrossing`: create new categorical features representing co-occurrences of previous cate…