Searched refs:dataTypeOf (Results 1 – 8 of 8) sorted by relevance
418 DataType dataType = tensor.dataTypeOf(testEmptyArray); in testDataTypeOf()421 dataType = tensor.dataTypeOf(testFloatArray); in testDataTypeOf()424 dataType = tensor.dataTypeOf(testMultiDimArray); in testDataTypeOf()427 dataType = tensor.dataTypeOf(testFloatBuffer); in testDataTypeOf()430 dataType = tensor.dataTypeOf(testFloat); in testDataTypeOf()434 tensor.dataTypeOf(testDoubleArray); in testDataTypeOf()441 tensor.dataTypeOf(testBoxedArray); in testDataTypeOf()542 assertThat(stringTensor.dataTypeOf(byteArray)).isEqualTo(DataType.STRING); in testByteArrayStringTensorInput()
112 + dataTypeOf(obj) in create()126 return create(obj, dataTypeOf(obj)); in create()699 private static DataType dataTypeOf(Object o) { in dataTypeOf() method in Tensor
305 DataType dataTypeOf(Object o) { in dataTypeOf() method in Tensor418 DataType oType = dataTypeOf(o); in throwIfTypeIsIncompatible()
121 inline VarType varTypeOf (Precision prec = PRECISION_LAST) { return VarType(dataTypeOf<T>(), prec);… in varTypeOf()
403 inline DataType dataTypeOf (void) { return DataType(DataTypeTraits<T>::DATATYPE); } in dataTypeOf() function
236 …eateGetConstantExecutor(m_context.getRenderContext(), shaderType, glu::dataTypeOf<DataType>(), m_v… in verifyInShaderType()
174 return glu::getDataTypeName(glu::dataTypeOf<T>()); in dataTypeNameOf()
228 return glu::getDataTypeName(glu::dataTypeOf<T>()); in dataTypeNameOf()