Home
last modified time | relevance | path

Searched refs:unpack_x_y_sample_weight (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.pbtxt84 name: "unpack_x_y_sample_weight"
/external/tensorflow/tensorflow/python/keras/premade/
Dwide_deep.py113 x, y, sample_weight = data_adapter.unpack_x_y_sample_weight(data)
/external/tensorflow/tensorflow/python/keras/engine/
Ddata_adapter.py820 concrete_x, _, _ = unpack_x_y_sample_weight(peek)
856 x, y, sample_weight = unpack_x_y_sample_weight(data)
1407 x, y, sw = unpack_x_y_sample_weight(data)
1512 def unpack_x_y_sample_weight(data): function
Dtraining.py793 x, y, sample_weight = data_adapter.unpack_x_y_sample_weight(data)
1093 data_adapter.unpack_x_y_sample_weight(validation_data))
1234 x, y, sample_weight = data_adapter.unpack_x_y_sample_weight(data)
1490 x, _, _ = data_adapter.unpack_x_y_sample_weight(data)