Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc51 reshape_op->outputs = {AvailableArrayName( in SliceInput()
70 AvailableArrayName(*model, absl::StrCat(batch_name, "/slice"))}; in SliceInput()
82 AvailableArrayName(*model, absl::StrCat(batch_name, "/reshape"))}; in SliceInput()
118 model, AvailableArrayName(*model, input + "/transpose/perm"), perm_array); in TransposeInput()
121 transpose_op->outputs = {AvailableArrayName(*model, input + "/transpose")}; in TransposeInput()
224 matmul_op->outputs = {AvailableArrayName(*model, batch_name)}; in Run()
236 pack_op->outputs = {AvailableArrayName(*model, base_name + "/pack")}; in Run()
Dresolve_tensorflow_matmul.cc112 model, AvailableArrayName(*model, input_lhs + "/transpose/perm"), in Run()
115 AvailableArrayName(*model, input_lhs + "/transpose")}; in Run()
147 model, AvailableArrayName(*model, input_rhs + "/transpose/perm"), in Run()
150 AvailableArrayName(*model, input_rhs + "/transpose")}; in Run()
Dresolve_batch_normalization.cc66 AvailableArrayName(*model, bn_op->outputs[0] + "_mul"); in Run()
68 AvailableArrayName(*model, bn_op->outputs[0] + "_add"); in Run()
70 AvailableArrayName(*model, mul_name + "_param"); in Run()
72 AvailableArrayName(*model, add_name + "_param"); in Run()
Dgroup_bidirectional_sequence_ops.cc201 AvailableArrayName(*model, "bidirectional_sequence_lstm_input_0"); in ConstructBidirectionalSequenceOp()
235 const std::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 std::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()
375 const std::string& final_unpack_output_array_name = AvailableArrayName( in RewireFinalUnpackOutputs()
Dcreate_im2col_arrays.cc53 AvailableArrayName(*model, op->inputs[0] + "_im2col"); in ProcessConvOperator()
68 const std::string& im2col_array_name = AvailableArrayName( in ProcessTransposeConvOperator()
Didentify_lstm_merge_inputs.cc78 AvailableArrayName(*model, base_name + "weights"); in Run()
121 std::string merged_biases = AvailableArrayName(*model, base_name + "biases"); in Run()
165 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.cc182 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_unpartitioned")); in Run()
192 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_permuted/perm")); in Run()
194 AvailableArrayName(*model, gather_ops[0]->inputs[0] + "_permuted")); in Run()
Dconvert_reorder_axes.cc45 AvailableArrayName(*model, reshape_op->outputs[0]); in CreateReshapeFromReorderAxes()
75 AvailableArrayName(*model, transpose_op->outputs[0]); in CreateTransposeFromReorderAxes()
Didentify_nearest_upsample.cc194 const std::string shape_array_name = AvailableArrayName(*model, "new_shape"); in Run()
207 AvailableArrayName(*model, "reshape_output"); in Run()
239 AvailableArrayName(*model, absl::StrCat("pack_at_", axis)); in Run()
Dunfuse_activation_functions.cc68 AvailableArrayName(*model, op->outputs[0] + "_unfused"); in Run()
Dconvert_trivial_pack_to_reshape.cc63 AvailableArrayName(*model, pack_op->outputs[0] + "_shape"); in Run()
Didentify_lstm.cc278 AvailableArrayName(*model, base_name + "concat_temp"); in Run()
284 AvailableArrayName(*model, base_name + "activ_temp"); in Run()
Dmake_initial_dequantize_operator.cc67 AvailableArrayName(*model, input_name + "_dequantized"); in AddDequantizeOperatorToInput()
Densure_bias_vectors.cc66 AvailableArrayName(*model, output_name + "_bias"); in ProcessLinearOperator()
Dconvert_expanddims_to_reshape.cc81 toco::AvailableArrayName(*model, axis_array_name); in Run()
Didentify_prelu.cc111 AvailableArrayName(*model, neg_alpha_tensor_name + "_neg"); in Run()
Dconvert_trivial_transpose_to_reshape.cc95 toco::AvailableArrayName(*model, perm_array_name); in Run()
Dreorder_elementwise_unary.cc119 AvailableArrayName(*model, element_op->outputs[0] + "_reorder"); in Run()
Dlstm_utils.cc44 *array_name = AvailableArrayName(*model, *array_name); in CreateFloatArrayBuffer()
Dresolve_reorder_axes.cc32 const std::string& newname = AvailableArrayName(*model, desired_newname); in RenameArray()
Dshuffle_fc_weights.cc147 AvailableArrayName(*model, fc_op->inputs[0] + "_shuffled"); in Run()
Ddequantize.cc155 const std::string& new_array_name = AvailableArrayName(*model, array_name); in DequantizeArray()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc155 toco::AvailableArrayName(*model, "OptionalTensor"); in ImportOperators()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h254 std::string AvailableArrayName(const Model& model, const std::string& name);

12