Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py31 def function_def_to_graph(fdef, input_shapes=None): argument
92 def function_def_to_graph_def(fdef, input_shapes=None): argument
Dcpp_shape_inference.cc75 std::vector<TensorShapeProto> input_shapes; in RunCppShapeInferenceImpl() local
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py256 input_shapes=None, argument
321 input_shapes=None, argument
349 input_shapes=None, argument
417 input_shapes=None, argument
/external/tensorflow/tensorflow/lite/python/
Dlite.py477 input_shapes=None): argument
569 input_shapes=None, argument
607 input_shapes=None, argument
837 input_shapes=None): argument
848 input_shapes=None, argument
863 input_shapes=None, argument
Dconvert_saved_model.py222 def freeze_saved_model(saved_model_dir, input_arrays, input_shapes, argument
Dconvert_saved_model_test.py163 input_shapes=None, argument
Dconvert.py237 input_shapes=None, argument
/external/tensorflow/tensorflow/lite/tools/accuracy/
Dutils.h31 std::vector<TensorShape> input_shapes; member
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc62 std::vector<PartialTensorShape>* input_shapes) { in ReadPartialShapesFromShapeMap()
85 const Node* n, const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceShapeOrShapeNOp()
126 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceRankOp()
142 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceSizeOp()
186 std::vector<PartialTensorShape> input_shapes; in MaybeReplaceShapeOp() local
/external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
Dtrt_shfn.cc37 std::vector<tensorflow::TensorShape> input_shapes; in TRTEngineOpShapeInference() local
/external/tensorflow/tensorflow/lite/kernels/
Dadd_n_test.cc33 std::vector<std::vector<int>> input_shapes; in BaseAddNOpModel() local
Dtest_util.cc96 void SingleOpModel::BuildInterpreter(std::vector<std::vector<int>> input_shapes, in BuildInterpreter()
Dlstm_test.cc40 const std::vector<std::vector<int>>& input_shapes, in LSTMOpModel()
275 const std::vector<std::vector<int>>& input_shapes, in HybridLSTMOpModel()
1637 const std::vector<std::vector<int>>& input_shapes, in LayerNormLSTMOpModel()
1652 const std::vector<std::vector<int>>& input_shapes, in HybridLayerNormLSTMOpModel()
/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils_test.py34 input_shapes = [ variable
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc450 std::vector<PartialTensorShape> input_shapes({{}}); in TEST() local
470 std::vector<PartialTensorShape> input_shapes({{-1, 2}}); in TEST() local
490 std::vector<PartialTensorShape> input_shapes({{1}}); in TEST() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc283 std::vector<TensorShape>* input_shapes, in AnalyzeInputs()
317 const std::vector<TensorShape>& input_shapes, in ConstructScopedAllocatorNode()
438 const std::vector<TensorShape>& input_shapes, in BuildSplitNode()
589 std::vector<TensorShape> input_shapes; in Rewrite() local
/external/tensorflow/tensorflow/core/kernels/
Dmkl_concat_op.cc63 const TensorShapeList& input_shapes) { in Compute()
497 memory::format FindMklCommonFormat(const MklDnnShapeList& input_shapes, in FindMklCommonFormat()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc171 std::map<int, std::vector<int64>> input_shapes; in FormatInputShapes() 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/lite/experimental/microfrontend/
Daudio_microfrontend_test.cc42 const std::vector<std::vector<int>>& input_shapes) in MicroFrontendOpModel()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc372 std::vector<TensorShape> input_shapes; in ComputeAsync() local
520 const std::vector<TensorShape>& input_shapes, OpKernelContext* ctx) { in GetEngine()
/external/tensorflow/tensorflow/lite/toco/
Dmodel_cmdline_flags.cc319 std::vector<string> input_shapes = in ReadModelFlagsFromCommandLineFlags() local
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc65 const auto& input_shapes = input_->output_shapes(); in Dataset() local
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc34 const std::vector<TensorShapeProto>& input_shapes, in InferenceContext()
89 const std::vector<PartialTensorShape>& input_shapes, in InferenceContext()
142 const std::vector<ShapeHandle>& input_shapes, in InferenceContext()
1152 std::vector<string> input_shapes; in AttachContext() local

12