Home
last modified time | relevance | path

Searched defs:SetDataType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/
H A DTensor.hpp199 void SetDataType(DataType type) { m_DataType = type; } in SetDataType() function in armnn::TensorInfo
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfake_input.cc75 void FakeInputImpl::SetDataType(DataType dt) { in SetDataType() function in tensorflow::__anon0af3fdda0111::FakeInputImpl
/aosp_15_r20/external/icing/icing/
H A Dschema-builder.h120 PropertyConfigBuilder& SetDataType( in SetDataType() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc193 bool SetDataType(NodeDef* node, const TypeAttrId& type_attr, DataType type) { in SetDataType() function