Home
last modified time | relevance | path

Searched defs:old_dtype (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dround_weights.cc52 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in RoundWeights() local
Dquantize_weights.cc55 const DataType old_dtype = old_const_node.attr().at("dtype").type(); in QuantizeWeights() local
/external/pytorch/aten/src/ATen/native/
DTensorConversions.cpp735 …ew_dtype_downsize(SymIntArrayRef old_strides, int64_t size_ratio, ScalarType old_dtype, ScalarType… in compute_strides_for_view_dtype_downsize()
753 …view_dtype_upsize(SymIntArrayRef old_strides, int64_t size_ratio, ScalarType old_dtype, ScalarType… in compute_strides_for_view_dtype_upsize()