Added declaration for bincast op.
parent
62326542e9
commit
863ff76878
|
@ -99,6 +99,14 @@ namespace nd4j {
|
||||||
#if NOT_EXCLUDED(OP_cast)
|
#if NOT_EXCLUDED(OP_cast)
|
||||||
DECLARE_CUSTOM_OP(cast, 1, 1, false, 0, 1);
|
DECLARE_CUSTOM_OP(cast, 1, 1, false, 0, 1);
|
||||||
#endif
|
#endif
|
||||||
|
/**
|
||||||
|
* This operation change type of input and modified shape of output to conform with given data type
|
||||||
|
*
|
||||||
|
* all as above op
|
||||||
|
* */
|
||||||
|
#if NOT_EXCLUDED(OP_bincast)
|
||||||
|
DECLARE_CUSTOM_OP(bincast, 1, 1, false, 0, 1);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue