/external/tensorflow/tensorflow/lite/toco/ |
D | allocate_transient_arrays.cc | 58 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
|
D | tooling_util.cc | 99 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 …]
|
D | toco_tooling.cc | 170 string const& array_name = model->flags.input_arrays(i).name(); in SetFinalDataTypeOnInputs() local
|
D | dump_graphviz.cc | 123 void GetArrayColorAndShape(const Model& model, const string& array_name, in GetArrayColorAndShape() 170 string GetArrayCompassPt(const Model& model, const string& array_name) { in GetArrayCompassPt()
|
D | export_tensorflow.cc | 82 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
|
D | import_tensorflow.cc | 533 string array_name = toco::AvailableArrayName(*model, name); in CreateConstArray() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | dequantize.cc | 44 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()
|
D | lstm_utils.cc | 20 const string& array_name) { in CreateOptionalArray() 42 string* array_name, in CreateFloatArrayBuffer() 54 void CopySubArrayToArray(Model* model, string* array_name, in CopySubArrayToArray()
|
D | read_array_minmax_and_narrow_range_from_fake_quant.cc | 32 const string& array_name) { in ApplyAttrsToArray()
|
D | propagate_default_min_max.cc | 73 bool PropagateDefaultMinMax::SetArrayMinMax(const string& array_name, in SetArrayMinMax()
|
D | resolve_tensorflow_matmul.cc | 30 const string& array_name) { in FindTransposeOpWithInput()
|
D | remove_trivial_passthrough.cc | 147 for (const auto& array_name : model->flags.output_arrays()) { in RemoveTrivialPassthroughOp() local
|
D | hardcode_min_max.cc | 285 for (const string& array_name : array_names) { in PropagateMinMaxAmongArrays() local 297 for (const string& array_name : array_names) { in PropagateMinMaxAmongArrays() local
|
D | identify_lstm.cc | 38 bool ValidateSourceOp(const Model& model, const string& array_name, in ValidateSourceOp()
|
D | quantize.cc | 83 const MinMax& GetOrComputeMinMax(Model* model, const string& array_name) { in GetOrComputeMinMax()
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | serializer_impl.cc | 159 const string& array_name, in WriteIntArray() 203 const string& array_name, in WriteDoubleArray()
|
/external/freetype/src/tools/ |
D | glnames.py | 5248 def dump_array( the_array, write, array_name ): argument
|
/external/vulkan-validation-layers/layers/ |
D | stateless_validation.h | 417 …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/ |
D | op_generator.cc | 118 string array_name = attr.var().name() + "Array"; in WriteSetAttrDirective() local
|
/external/brotli/c/dec/ |
D | decode.c | 35 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 5077 #define VALIDATE_OPTIONS_FROM_ARRAY(descriptor, array_name, type) \ argument
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 14688 std::string InitializerListTest::getVectorArraySum(const GLchar* array_name, GLuint columns, GLuint… in getVectorArraySum()
|