HomeSort by relevance Sort by last modified time
    Searched refs:RemoveRefType (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.h 216 CHECK_EQ(RemoveRefType(input_types_[inputs_.size()]), dtype);
resize_area_op_test.cc 47 CHECK_EQ(RemoveRefType(input_types_[inputs_.size()]),
scatter_nd_op_test.cc 44 .Input(FakeInput(RemoveRefType(variable_ref_type)))
variable_ops.cc 52 dtype_ = RemoveRefType(context->output_type(0));
resize_bicubic_op_test.cc 47 CHECK_EQ(RemoveRefType(input_types_[inputs_.size()]),
scatter_op_test.cc 44 .Input(FakeInput(RemoveRefType(variable_ref_type)))
resize_bilinear_op_test.cc 53 CHECK_EQ(RemoveRefType(input_types_[inputs_.size()]),
fake_quant_ops_test.cc 44 CHECK_EQ(RemoveRefType(input_types_[inputs_.size()]), DT_FLOAT);
    [all...]
  /external/tensorflow/tensorflow/core/framework/
types.h 245 inline DataType RemoveRefType(DataType dtype) {
250 return IsRefType(dtype) ? RemoveRefType(dtype) : dtype;
op_compatibility_test.cc 68 old_in_types[i] = RemoveRefType(old_in_types[i]);
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 147 strings::StrAppend(&ret, PythonDataTypeString(RemoveRefType(dtype)),
    [all...]

Completed in 102 milliseconds