mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Update sparse_cross_op.cc
This commit is contained in:
parent
e5f7d375b6
commit
acba599cdb
|
|
@ -311,7 +311,7 @@ class SparseCrossOp : public OpKernel {
|
|||
context->input_list("dense_inputs", &dense_list_in));
|
||||
DataType internal_type = internal_type_;
|
||||
ValidateInput(context, indices_list_in, values_list_in,
|
||||
shapes_list_in, dense_list_in, internal_type));
|
||||
shapes_list_in, dense_list_in, internal_type);
|
||||
OP_REQUIRES_OK(context, context->status());
|
||||
|
||||
std::vector<std::unique_ptr<ColumnInterface<InternalType>>> columns =
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user