Home
last modified time | relevance | path

Searched refs:refiner (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc73 ShapeRefiner* refiner = nullptr, in ExpectError() argument
79 Status status = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectError()
97 ShapeRefiner* refiner = nullptr, in ExpectOK() argument
100 Status s = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectOK()
1171 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1175 &refiner); in TEST_F()
1188 opts, &refiner); in TEST_F()
1211 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1217 ImportGraphDefOptions(), &refiner); in TEST_F()
1237 opts, &refiner); in TEST_F()
[all …]
Dgraph_constructor.cc158 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner,
165 ShapeRefiner* refiner, std::vector<std::pair<Node*, int>>* return_tensors,
170 GraphConstructor(const Options& opts, Graph* g, ShapeRefiner* refiner, in GraphConstructor() argument
178 refiner_(refiner), in GraphConstructor()
403 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner, in NodeDefCopyingGraphConstructor() argument
407 : GraphConstructor(opts, g, refiner, return_tensors, return_nodes, in NodeDefCopyingGraphConstructor()
431 ShapeRefiner* refiner, std::vector<std::pair<Node*, int>>* return_tensors, in NodeDefMovingGraphConstructor() argument
434 : GraphConstructor(opts, g, refiner, return_tensors, return_nodes, in NodeDefMovingGraphConstructor()
462 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner, in Construct() argument
472 refiner, return_tensors, return_nodes, in Construct()
[all …]
Dgraph_constructor.h193 ShapeRefiner* refiner,
/external/tensorflow/tensorflow/core/common_runtime/
Deval_const_tensor.cc39 const ShapeRefiner& refiner, in TryToInferTensorOutputFromInputShapes() argument
43 InferenceContext* c = refiner.GetContext(node); in TryToInferTensorOutputFromInputShapes()
130 const Node& target_node, const ShapeRefiner& refiner, in ExtractConstantSubgraph() argument
276 *current_edge, refiner, &tensor_inferred, in ExtractConstantSubgraph()
311 Status EvaluateConstantTensor(OutputTensor tensor, const ShapeRefiner& refiner, in EvaluateConstantTensor() argument
340 TF_RETURN_IF_ERROR(ExtractConstantSubgraph(*src, refiner, cached_values, in EvaluateConstantTensor()
Deval_const_tensor.h57 OutputTensor tensor, const ShapeRefiner& refiner,
Dshape_refiner.cc66 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, in InferShapesForFunctionSubNode() argument
68 TF_RETURN_IF_ERROR(refiner->AddNode(node)); in InferShapesForFunctionSubNode()
69 InferenceContext* node_context = CHECK_NOTNULL(refiner->GetContext(node)); in InferShapesForFunctionSubNode()
/external/tensorflow/tensorflow/c/
Dpython_api.cc62 graph->refiner.GetContext(&new_src.oper->node); in UpdateEdge()
74 graph->refiner.GetContext(&dst.oper->node); in UpdateEdge()
113 graph->refiner.set_require_shape_inference_fns(require); in SetRequireShapeInferenceFns()
128 graph->refiner.GetContext(node); in GetHandleShapeAndType()
158 graph->refiner.GetContext(&output.oper->node); in SetHandleShapeAndType()
Dc_api.cc288 graph->refiner.GetContext(node); in TF_GraphSetOutputHandleShapesAndTypes()
693 graph->refiner.GetContext(node); in TF_GraphSetTensorShape()
701 status->status = graph->refiner.SetShape(node, output.index, new_shape); in TF_GraphSetTensorShape()
710 graph->refiner.GetContext(node); in TF_GraphGetTensorNumDims()
733 graph->refiner.GetContext(node); in TF_GraphGetTensorShape()
1053 status->status = desc->graph->refiner.AddNode(ret); in TF_FinishOperationLocked()
1528 refiner(graph.versions().producer(), graph.op_registry()), in TF_Graph()
1533 refiner.set_function_library_for_shape_inference(&graph.flib_def()); in TF_Graph()
1713 &graph->refiner, &results); in GraphImportGraphDefLocked()
2001 &params->cond_graph->graph, &parent->graph, &parent->refiner, in TF_FinishWhileHelper()
[all …]
Dc_api_internal.h77 tensorflow::ShapeRefiner refiner GUARDED_BY(mu);
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc45 ShapeRefiner* refiner, bool disable_shape_inference) in Impl() argument
49 refiner_(refiner), in Impl()
57 const std::shared_ptr<ShapeRefiner>& refiner) in Impl() argument
61 refiner_(refiner), in Impl()
68 ShapeRefiner* refiner = in NewRootScope() local
70 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, in NewRootScope()
76 ShapeRefiner* refiner = in DisabledShapeInferenceScope() local
78 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, in DisabledShapeInferenceScope()
509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope() argument
526 std::shared_ptr<ShapeRefiner>(refiner, [](ShapeRefiner*) {}))); in NewScope()
[all …]
Dscope_internal.h31 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner);
45 const std::shared_ptr<ShapeRefiner>& refiner);
67 Impl(Graph* graph, Status* status, NameMap* name_map, ShapeRefiner* refiner,
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.gypi76 'refiner.c',
145 'refiner.h',
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn393 "codecs/ilbc/refiner.c",
394 "codecs/ilbc/refiner.h",
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc295 StateMap* cond_state_map, const ShapeRefiner& refiner);
383 StateMap* cond_state_map, const ShapeRefiner& refiner) in Conditional() argument
387 refiner_(refiner) {} in Conditional()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2246 auto refiner = absl::make_unique<SymbolicShapeRefiner>( in InferStatically() local
2260 PropagateShapes(refiner.get(), &new_shapes, resource_handles, num_loops)); in InferStatically()
2267 auto node_ctx = refiner->GetContext(&node); in InferStatically()
2299 auto ctx = refiner->GetNodeContext(&node); in InferStatically()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/one-true-awk/testdir/
Dbib23123 …y of his coming? and who shall stand when he appeareth? for he is like a refiner's fire, and like …
23124 And he shall sit as a refiner and purifier of silver: and he shall purify the sons of Levi, and pur…
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt162555 refiner %16674 rifˈaɪnər, rəfˈạnər
162556 refiner's rəfˈạnərz
Dinternal_raw_IPA.txt136208 refiner %27265 rifˈaɪnər, rəfˈɑɪnər
136209 refiner's %29569 rəfˈɑɪnərz