Home
last modified time | relevance | path

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

/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.h135 return this->get_data_as_tuple() == other.get_data_as_tuple();
182 ParameterDataType get_data_as_tuple() const { in get_data_as_tuple() function
Dbias_op.cc408 return this->get_data_as_tuple() == other.get_data_as_tuple(); in operator ==()
427 ParamsDataType get_data_as_tuple() const { in get_data_as_tuple() function in tensorflow::BiasAddParams
Dconv_ops_fused_impl.h324 ParameterDataType get_data_as_tuple() const {
325 return std::make_tuple(ConvParameters::get_data_as_tuple(),
334 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::__anond88b5f210111::CudnnRnnParameters