Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py38 def function_def_to_graph(fdef, input_shapes=None): argument
130 def function_def_to_graph_def(fdef, input_shapes=None): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dkeras_dnn_correctness_test.py63 input_shapes=None): argument
148 input_shapes=None): argument
188 input_shapes=None): argument
234 def __init__(self, initial_weights, input_shapes): argument
264 input_shapes=None): argument
Dkeras_embedding_model_correctness_test.py37 input_shapes=None): argument
85 input_shapes=None): argument
Dkeras_stateful_lstm_model_correctness_test.py54 input_shapes=None): argument
Dkeras_rnn_model_correctness_test.py47 input_shapes=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Deinsum_op_test.py42 def _check(self, s, *input_shapes, **kwargs):
254 def check(equation, input_shapes, output_shape): argument
270 def check(equation, input_shapes, output_shape): argument
294 def _check_gradient(self, s, *input_shapes):
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate.cc48 const std::vector<llvm::Optional<std::vector<int>>>& input_shapes, in GraphdefToMlirImport()
106 const std::vector<llvm::Optional<std::vector<int>>>& input_shapes, in GraphdefToMlirTranslateFunction()
126 absl::string_view input_shapes, absl::string_view output_arrays, in GraphdefToMlirTranslateFunction()
220 const std::vector<llvm::Optional<std::vector<int>>>& input_shapes, in GraphdefToSplattedMlirTranslateFunction()
270 absl::string_view input_shapes, absl::string_view output_arrays, in GraphdefToSplattedMlirTranslateFunction()
Dtf_mlir_translate_cl.cc38 opt<std::string> input_shapes( variable
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py590 input_shapes=None, argument
672 input_shapes=None, argument
715 input_shapes=None, argument
882 input_shapes=None, argument
912 input_shapes=None, argument
949 input_shapes=None, argument
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op_test.cc114 std::vector<shape_inference::ShapeHandle> input_shapes; in TEST() local
133 std::vector<shape_inference::ShapeHandle> input_shapes; in TEST() local
151 std::vector<shape_inference::ShapeHandle> input_shapes; in TEST() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_engine_instance.proto10 repeated TensorShapeProto input_shapes = 1; field
Dtrt_lru_cache.cc100 const std::vector<TensorShape>& input_shapes) { in GetEngineContext()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc64 std::vector<PartialTensorShape>* input_shapes) { in ReadPartialShapesFromShapeMap()
87 const Node* n, const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceShapeOrShapeNOp()
128 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceRankOp()
144 const std::vector<PartialTensorShape>& input_shapes, in MaybeReplaceSizeOp()
188 std::vector<PartialTensorShape> input_shapes; in MaybeReplaceShapeOp() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dconcatenation.h29 const RuntimeShape* const* input_shapes, in Concatenation()
75 const RuntimeShape* const* input_shapes, in ConcatenationWithScaling()
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dlayer_correctness_test.py66 def _create_model_from_layer(self, layer, input_shapes): argument
/external/tensorflow/tensorflow/lite/python/
Dlite.py1504 input_shapes=None, argument
1846 input_shapes=None): argument
1938 input_shapes=None, argument
1986 input_shapes=None, argument
2047 input_shapes=None): argument
2058 input_shapes=None, argument
2073 input_shapes=None, argument
Dconvert_saved_model.py155 def freeze_saved_model(saved_model_dir, input_arrays, input_shapes, argument
Dlite_v2_test_util.py37 def _evaluateTFLiteModel(self, tflite_model, input_data, input_shapes=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Deinsum_op.cc67 std::vector<TensorShape> input_shapes; in Compile() local
Dsort_ops.cc69 std::vector<TensorShape> input_shapes; in Compile() local
/external/tensorflow/tensorflow/lite/micro/kernels/
Dadd_n_test.cc33 std::vector<std::vector<int>> input_shapes; in BaseAddNOpModel() local
/external/tensorflow/tensorflow/lite/kernels/
Dadd_n_test.cc34 std::vector<std::vector<int>> input_shapes; in BaseAddNOpModel() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_executable_info.proto30 repeated xla.ShapeProto input_shapes = 2; field
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h107 std::vector<std::array<int64_t, 4>> input_shapes; member
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper_pybind11.cc37 [](CalibrationWrapper& self, py::handle& input_shapes) { in PYBIND11_MODULE()

1234