Home
last modified time | relevance | path

Searched refs:AvailableArrayName (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc57 slice_a_op->outputs = {AvailableArrayName(*model, batch_name + "/slice_a")}; in UnrollBatchMatMul3D()
69 AvailableArrayName(*model, batch_name + "/slice_a/reshape")}; in UnrollBatchMatMul3D()
89 slice_b_op->outputs = {AvailableArrayName(*model, batch_name + "/slice_b")}; in UnrollBatchMatMul3D()
101 AvailableArrayName(*model, batch_name + "/slice_b/reshape")}; in UnrollBatchMatMul3D()
111 matmul_op->outputs = {AvailableArrayName(*model, batch_name)}; in UnrollBatchMatMul3D()
151 pack_op->outputs = {AvailableArrayName(*model, batch_name + "/pack")}; in UnrollBatchMatMulRecursion()
189 model, AvailableArrayName(*model, input + "/transpose/perm"), perm_array); in TransposeInput()
192 transpose_op->outputs = {AvailableArrayName(*model, input + "/transpose")}; in TransposeInput()
Dresolve_batch_normalization.cc66 AvailableArrayName(*model, bn_op->outputs[0] + "_mul"); in Run()
68 AvailableArrayName(*model, bn_op->outputs[0] + "_add"); in Run()
69 const string mul_param_name = AvailableArrayName(*model, mul_name + "_param"); in Run()
70 const string add_param_name = AvailableArrayName(*model, add_name + "_param"); in Run()
Dgroup_bidirectional_sequence_ops.cc201 AvailableArrayName(*model, "bidirectional_sequence_lstm_input_0"); in ConstructBidirectionalSequenceOp()
235 const string& temp_array_name = AvailableArrayName( in ConstructBidirectionalSequenceOp()
244 AvailableArrayName(*model, "bidirectional_sequence_lstm_fw_output_0"); in ConstructBidirectionalSequenceOp()
246 AvailableArrayName(*model, "bidirectional_sequence_lstm_bw_output_0"); in ConstructBidirectionalSequenceOp()
264 AvailableArrayName(*model, "bidirectional_sequence_rnn_input_0"); in ConstructBidirectionalSequenceOp()
283 const string& temp_array_name = AvailableArrayName( in ConstructBidirectionalSequenceOp()
292 AvailableArrayName(*model, "bidirectional_sequence_rnn_fw_output_0"); in ConstructBidirectionalSequenceOp()
294 AvailableArrayName(*model, "bidirectional_sequence_rnn_bw_output_0"); in ConstructBidirectionalSequenceOp()
373 const string& final_unpack_output_array_name = AvailableArrayName( in RewireFinalUnpackOutputs()
Dcreate_im2col_arrays.cc53 AvailableArrayName(*model, op->inputs[0] + "_im2col"); in ProcessConvOperator()
68 const string& im2col_array_name = AvailableArrayName( in ProcessTransposeConvOperator()
Didentify_lstm_merge_inputs.cc77 string merged_weights = AvailableArrayName(*model, base_name + "weights"); in Run()
120 string merged_biases = AvailableArrayName(*model, base_name + "biases"); in Run()
164 AvailableArrayName(*model, base_name + "concat_temp"); in Run()
Dreorder_reshape_transpose.cc186 AvailableArrayName(*model, transpose_op->outputs[0] + "_exchange"); in Run()
212 AvailableArrayName(*model, transpose_op->inputs[1] + "_copy"); in Run()
230 AvailableArrayName(*model, reshape_op->inputs[1] + "_copy"); in Run()
Dunpartition_embedding_lookup.cc180 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_unpartitioned")); in Run()
190 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_permuted/perm")); in Run()
192 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_permuted")); in Run()
Dconvert_reorder_axes.cc45 AvailableArrayName(*model, reshape_op->outputs[0]); in CreateReshapeFromReorderAxes()
74 string perm_array_name = AvailableArrayName(*model, transpose_op->outputs[0]); in CreateTransposeFromReorderAxes()
Dresolve_tensorflow_matmul.cc103 model, AvailableArrayName(*model, input_rhs + "/transpose/perm"), in Run()
106 AvailableArrayName(*model, input_rhs + "/transpose")}; in Run()
Dunfuse_activation_functions.cc68 AvailableArrayName(*model, op->outputs[0] + "_unfused"); in Run()
Didentify_lstm.cc278 AvailableArrayName(*model, base_name + "concat_temp"); in Run()
284 AvailableArrayName(*model, base_name + "activ_temp"); in Run()
Dconvert_trivial_pack_to_reshape.cc63 AvailableArrayName(*model, pack_op->outputs[0] + "_shape"); in Run()
Densure_bias_vectors.cc53 const string& bias_name = AvailableArrayName(*model, output_name + "_bias"); in ProcessLinearOperator()
Dmake_initial_dequantize_operator.cc66 AvailableArrayName(*model, input_name + "_dequantized"); in AddDequantizeOperatorToInput()
Dconvert_expanddims_to_reshape.cc74 string shape_array_name = toco::AvailableArrayName(*model, axis_array_name); in Run()
Dconvert_trivial_transpose_to_reshape.cc94 string shape_array_name = toco::AvailableArrayName(*model, perm_array_name); in Run()
Didentify_prelu.cc111 AvailableArrayName(*model, neg_alpha_tensor_name + "_neg"); in Run()
Dlstm_utils.cc44 *array_name = AvailableArrayName(*model, *array_name); in CreateFloatArrayBuffer()
Dresolve_reorder_axes.cc32 const string& newname = AvailableArrayName(*model, desired_newname); in RenameArray()
Dreorder_elementwise_unary.cc118 AvailableArrayName(*model, element_op->outputs[0] + "_reorder"); in Run()
Dshuffle_fc_weights.cc147 AvailableArrayName(*model, fc_op->inputs[0] + "_shuffled"); in Run()
Ddequantize.cc155 const string& new_array_name = AvailableArrayName(*model, array_name); in DequantizeArray()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc154 toco::AvailableArrayName(*model, "OptionalTensor"); in ImportOperators()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h256 string AvailableArrayName(const Model& model, const string& name);
Dtooling_util.cc1264 AvailableArrayName(*model, output_array_name + "_copy"); in FixEdgeArrays()
1367 model, AvailableArrayName(*model, target_array_name + "_copy_shape"), in InsertCopyOperator()
1802 string AvailableArrayName(const Model& model, const string& name) { in AvailableArrayName() function
1860 auto param_array_name = AvailableArrayName(*model, param_name); in CreateInt32Array()

12