Home
last modified time | relevance | path

Searched defs:const_inputs (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dfunction_optimizer.cc168 absl::flat_hash_map<InputPort, string> const_inputs; member
240 absl::flat_hash_set<string> const_inputs; member
468 absl::flat_hash_set<string>* const_inputs, in PushDownConstInputs()
727 absl::flat_hash_set<string> const_inputs; in SpecializeFunction() local
H A Dconstant_folding.cc3657 std::vector<int> const_inputs; in PartialAssocOpConstFolding() local
H A Dremapper.cc1607 auto const_inputs = std::count_if( in FindFusedBatchNorm() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Deval_const_tensor.cc298 std::vector<std::pair<string, Tensor>>* const_inputs, in ExtractConstantSubgraph()
556 std::vector<std::pair<string, Tensor>> const_inputs; in EvaluateConstantTensor() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dobject_reader.cc238 int const_inputs, in VerifyInputsConstsOutputs()
H A Dmodel_builder_helper.cc240 int runtime_inputs, int const_inputs, in CheckInputsConstsOutputs()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_peephole.py334 def test_const_tuple_output(graph, const_inputs): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/
H A Dpass.cc2704 SmallVector<Value> const_inputs; in matchAndRewrite() local