Home
last modified time | relevance | path

Searched defs:input_shapes (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_concat_op.cc155 const TensorShapeList& input_shapes) { in Compute()
260 MklShapeList input_shapes(N); in Compute() local
490 const MklShapeList& input_shapes) { in CallEigenVersion()
532 const TensorShapeList& input_shapes) { in CallEigenVersion()
588 std::vector<MklDnnShape> input_shapes(N); in Compute() local
785 const TensorShapeList& input_shapes) { in CallEigenVersion()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc60 std::vector<PartialTensorShape>* input_shapes) { in ReadPartialShapesFromShapeMap()
80 const Node* n, const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceShapeOrShapeNOp()
121 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceRankOp()
137 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceSizeOp()
181 std::vector<PartialTensorShape> input_shapes; in MaybeReplaceShapeOp() local
Dshape_refiner.cc215 std::vector<ShapeHandle> input_shapes(node->num_inputs()); in AddNode() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc171 std::map<int, std::vector<int64>> input_shapes; in FormatInputShapes() local
Dtfprof_node.h705 const std::map<int, std::vector<int64>> input_shapes() const { in input_shapes() function
706 std::map<int, std::vector<int64>> input_shapes; in input_shapes() local
/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc75 std::vector<TensorShapeProto> input_shapes; in RunCppShapeInferenceImpl() local
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc54 const auto& input_shapes = input_->output_shapes(); in Dataset() local
Dpadded_batch_dataset_op.cc112 const auto& input_shapes = input_->output_shapes(); in Dataset() local
Dtensor_queue_dataset_op.cc172 const auto& input_shapes = dataset()->input_->output_shapes(); in GetNextInternal() local
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto70 map<int32, TensorShapeProto> input_shapes = 16; field
Dtfprof_log.proto77 map<int32, Tuple> input_shapes = 16; field
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel_cmdline_flags.cc296 std::vector<string> input_shapes = in ReadModelFlagsFromCommandLineFlags() local
Dargs.h192 Arg<string> input_shapes; member
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc34 const std::vector<TensorShapeProto>& input_shapes, in InferenceContext()
87 const std::vector<PartialTensorShape>& input_shapes, in InferenceContext()
138 const std::vector<ShapeHandle>& input_shapes, in InferenceContext()
1025 std::vector<string> input_shapes; in AttachContext() local
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dtest_util.cc156 std::vector<std::vector<int>> input_shapes) { in BuildInterpreter()
Doptional_tensor_test.cc36 const std::vector<std::vector<int>>& input_shapes) in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc40 const std::vector<std::vector<int>>& input_shapes) in UnidirectionalLSTMOpModel()
Dlstm_test.cc38 const std::vector<std::vector<int>>& input_shapes) in LSTMOpModel()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc431 std::vector<int>* input_mapping, std::vector<xla::Shape>* input_shapes, in BuildArguments()