Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dgru_cell.cc30 using reference_ops::Concatenation;
59 Concatenation(concat_params, &(concat_arrays_shapes[0]), in GruCell()
/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation.cc121 reference_ops::Concatenation(op_params, all_inputs.shapes(), \ in Eval()
125 optimized_ops::Concatenation(op_params, all_inputs.shapes(), \ in Eval()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GRUBlockCell.pbtxt22 Concatenation of a and b is represented by a_b
Dapi_def_SparseConcat.pbtxt48 Concatenation is with respect to the dense versions of these sparse tensors.
Dapi_def_GRUBlockCellGrad.pbtxt28 Concatenation of a and b is represented by a_b
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dconcatenation.h27 inline void Concatenation(const ConcatenationParams& params, in Concatenation() function
Dlegacy_reference_ops.h635 inline void Concatenation(int concat_dim, const Scalar* const* input_data, in Concatenation() function
651 Concatenation(op_params, input_shapes_indirect.data(), input_data, in Concatenation()
655 inline void Concatenation(int concat_dim, const uint8* const* input_data, in Concatenation() function
Dreference_ops.h1116 Concatenation(params_copy, input_shapes, input_data, output_shape, in DepthConcatenation()
1193 Concatenation(concat_params, &(concat_input_arrays_shapes[0]), in LstmCell()
1405 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dconcatenation.cc148 reference_ops::Concatenation(op_params, inputs_shape_ptr, inputs_data, in EvalUnquantized()
/external/one-true-awk/bugs-fixed/
DREADME27 8. concat-assign-same: Concatenation previously evaluated both sides of the
/external/XNNPACK/
DREADME.md39 …els in the output tensor, providing a zero-cost Channel Split and Channel Concatenation operations.
/external/tensorflow/tensorflow/core/util/sparse/
DREADME.md144 SparseTensors. Concatenation is performed along dimension order[0]
/external/lz4/programs/
Dlz4.1.md64 ### Concatenation of .lz4 files
/external/python/pycparser/
DCHANGES211 + Issues 6 & 7: Concatenation of string literals
/external/eigen/doc/
DTutorialGeometry.dox101 Concatenation of two transformations</td><td>\code
/external/python/cpython3/Doc/library/
Doperator.rst374 | Concatenation | ``seq1 + seq2`` | ``concat(seq1, seq2)`` |
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc316 class Concatenation class
1776 ops.push_back(MakeUnique<Concatenation>( in BuildOperatorList()
/external/python/cpython2/Doc/library/
Doperator.rst620 | Concatenation | ``seq1 + seq2`` | ``concat(seq1, seq2)`` |
/external/libogg/doc/
Drfc3533.txt685 chaining (or sequential multiplexing): Concatenation of two or more
/external/python/cryptography/docs/hazmat/primitives/
Dkey-derivation-functions.rst328 ConcatKDFHash (Concatenation Key Derivation Function) is defined by the
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h52 using reference_ops::Concatenation;
3040 Concatenation(concat_params, &(concat_input_arrays_shapes[0]), in LstmCell()
3189 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
Doptimized_ops.h74 using reference_ops::Concatenation;
3006 Concatenation(concat_params, &(concat_input_arrays_shapes[0]), in LstmCell()
3134 Concatenation(concat_params, concat_input_arrays_shapes, in LstmCell()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc334 HANDLE_OPERATORTYPENAME_CASE(Concatenation) in OperatorTypeName()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td545 let summary = "Concatenation operator";
/external/clang/docs/
DInternalsManual.rst705 String Concatenation (see C99 5.1.1.2). In the case of string concatenation,