Home
last modified time | relevance | path

Searched refs:get_data_as_tuple (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv_ops_gpu.h46 return this->get_data_as_tuple() == other.get_data_as_tuple();
62 ParameterDataType get_data_as_tuple() const { in get_data_as_tuple() function
63 return std::make_tuple(ConvParameters::get_data_as_tuple(), has_side_input_, in get_data_as_tuple()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.h83 return this->get_data_as_tuple() == other.get_data_as_tuple();
104 ParameterDataType get_data_as_tuple() const { in get_data_as_tuple() function
Dconv_ops_gpu.h116 return this->get_data_as_tuple() == other.get_data_as_tuple();
162 ParameterDataType get_data_as_tuple() const { in get_data_as_tuple() function
Dbias_op.cc440 return this->get_data_as_tuple() == other.get_data_as_tuple(); in operator ==()
459 ParamsDataType get_data_as_tuple() const { in get_data_as_tuple() function in tensorflow::BiasAddParams
Dconv_ops_fused_impl.h463 ParameterDataType get_data_as_tuple() const {
464 return std::make_tuple(ConvParameters::get_data_as_tuple(),
473 return lhs.get_data_as_tuple() == rhs.get_data_as_tuple();
Dcudnn_rnn_ops.cc173 return this->get_data_as_tuple() == other.get_data_as_tuple(); in operator ==()
201 ParameterDataType get_data_as_tuple() const { in get_data_as_tuple() function in tensorflow::__anon454a70830111::CudnnRnnParameters