Home
last modified time | relevance | path

Searched defs:array_name (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc58 const string& array_name, std::size_t op_index, in UpdateArrayLifespan()
162 std::size_t TransientArraySize(const Model& model, const string& array_name, in TransientArraySize()
194 void AllocateTransientArray(const Model& model, const string& array_name, in AllocateTransientArray()
209 void DeallocateTransientArray(const Model& model, const string& array_name, in DeallocateTransientArray()
261 const string& array_name = array_pair.first; in AllocateTransientArrays() local
312 const string& array_name = array_pair.first; in AllocateTransientArrays() local
Dtooling_util.cc99 bool IsInputArray(const Model& model, const string& array_name) { in IsInputArray()
108 bool IsOutputArray(const Model& model, const string& array_name) { in IsOutputArray()
142 int CountOpsWithInput(const Model& model, const string& array_name) { in CountOpsWithInput()
158 bool DeleteArrayIfUnused(const string& array_name, Model* model) { in DeleteArrayIfUnused()
167 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model) { in DeleteArrayIfUsedOnce()
177 for (const string& array_name : op->inputs) { in DeleteOpAndArraysIfUnused() local
186 const Model& model, const string& array_name) { in FindOpWithOutput()
198 Model& model, const string& array_name) { in FindOpWithOutput()
209 Operator* GetOpWithOutput(const Model& model, const string& array_name) { in GetOpWithOutput()
216 const Model& model, const string& array_name) { in FindOpWithInput()
[all …]
Dtoco_tooling.cc170 string const& array_name = model->flags.input_arrays(i).name(); in SetFinalDataTypeOnInputs() local
Ddump_graphviz.cc123 void GetArrayColorAndShape(const Model& model, const string& array_name, in GetArrayColorAndShape()
170 string GetArrayCompassPt(const Model& model, const string& array_name) { in GetArrayCompassPt()
Dexport_tensorflow.cc82 const string& array_name) { in GetTensorFlowDataType()
2458 const string& array_name = array_pair.first; in ExportTensorFlowGraphDefImplementation() local
2484 const string& array_name = array_kv.first; in EncodeConstantArraysMinMaxByWrappingThemInFakeQuantNodes() local
Dimport_tensorflow.cc533 string array_name = toco::AvailableArrayName(*model, name); in CreateConstArray() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Ddequantize.cc44 Model* model, const string& array_name) { in FindFirstOpWithInput()
55 void ClearArrayQuantizationParams(const string& array_name, Model* model) { in ClearArrayQuantizationParams()
78 bool DequantizeArray(const string& array_name, in DequantizeArray()
Dlstm_utils.cc20 const string& array_name) { in CreateOptionalArray()
42 string* array_name, in CreateFloatArrayBuffer()
54 void CopySubArrayToArray(Model* model, string* array_name, in CopySubArrayToArray()
Dread_array_minmax_and_narrow_range_from_fake_quant.cc32 const string& array_name) { in ApplyAttrsToArray()
Dpropagate_default_min_max.cc73 bool PropagateDefaultMinMax::SetArrayMinMax(const string& array_name, in SetArrayMinMax()
Dresolve_tensorflow_matmul.cc30 const string& array_name) { in FindTransposeOpWithInput()
Dremove_trivial_passthrough.cc147 for (const auto& array_name : model->flags.output_arrays()) { in RemoveTrivialPassthroughOp() local
Dhardcode_min_max.cc285 for (const string& array_name : array_names) { in PropagateMinMaxAmongArrays() local
297 for (const string& array_name : array_names) { in PropagateMinMaxAmongArrays() local
Didentify_lstm.cc38 bool ValidateSourceOp(const Model& model, const string& array_name, in ValidateSourceOp()
Dquantize.cc83 const MinMax& GetOrComputeMinMax(Model* model, const string& array_name) { in GetOrComputeMinMax()
/external/dynamic_depth/internal/xmpmeta/xml/
Dserializer_impl.cc159 const string& array_name, in WriteIntArray()
203 const string& array_name, in WriteDoubleArray()
/external/freetype/src/tools/
Dglnames.py5248 def dump_array( the_array, write, array_name ): argument
/external/vulkan-validation-layers/layers/
Dstateless_validation.h417 …andle_array(const char *api_name, const ParameterName &count_name, const ParameterName &array_name, in validate_handle_array()
765 …flags_array(const char *api_name, const ParameterName &count_name, const ParameterName &array_name, in validate_flags_array()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc118 string array_name = attr.var().name() + "Array"; in WriteSetAttrDirective() local
/external/brotli/c/dec/
Ddecode.c35 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
/external/protobuf/src/google/protobuf/
Ddescriptor.cc5077 #define VALIDATE_OPTIONS_FROM_ARRAY(descriptor, array_name, type) \ argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14688 std::string InitializerListTest::getVectorArraySum(const GLchar* array_name, GLuint columns, GLuint… in getVectorArraySum()