Home
last modified time | relevance | path

Searched refs:FDH (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.cc29 typedef FunctionDefHelper FDH; typedef
49 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs, in NDef()
62 return FDH::Define( in NonZero()
79 return FDH::Define( in IsZero()
98 return FDH::Define( in RandomUniform()
123 return FDH::Define( in XTimesTwo()
143 return FDH::Create( in TwoDeviceMult()
183 return FDH::Create( in TwoDeviceInputOutput()
214 return FDH::Create( in FuncWithListInput()
232 return FDH::Create( in FuncWithListOutput()
[all …]
Dfunction_test.cc54 typedef FunctionDefHelper FDH; typedef
71 auto fdef = FDH::Create( in TEST()
118 auto fdef = FDH::Create( in TEST()
176 auto fdef = FDH::Create( in TEST()
222 auto fdef = FDH::Create( in TEST()
271 auto fdef = FDH::Create( in TEST()
308 auto fdef = FDH::Create( in TEST()
362 auto fdef = FDH::Create( in TEST()
376 {{"func", FDH::FunctionRef("Square", {{"T", "$T"}})}, in TEST()
409 auto fdef = FDH::Define( in TEST()
[all …]
/external/tensorflow/tensorflow/core/ops/
Darray_grad.cc22 typedef FunctionDefHelper FDH; typedef
35 *g = FDH::Define( in ReshapeGrad()
56 *g = FDH::Define( in SqueezeGrad()
75 *g = FDH::Define( in IdentityGrad()
94 *g = FDH::Create( in PackGrad()
120 *g = FDH::Define( in UnpackGrad()
164 std::vector<FDH::Node> nodes{ in ConcatGradHelper()
183 *g = FDH::Create( in ConcatGradHelper()
198 *g = FDH::Create( in ConcatGradHelper()
229 *g = FDH::Define( in SplitGrad()
[all …]
Dnn_grad.cc23 typedef FunctionDefHelper FDH; typedef
27 *g = FDH::Define( in SoftmaxGrad()
40 FDH::Const<int32>("indices", {-1}), in SoftmaxGrad()
52 *g = FDH::Define( in LogSoftmaxGrad()
64 FDH::Const<int32>("indices", {-1}), in LogSoftmaxGrad()
77 *g = FDH::Define( in ReluGrad()
95 *g = FDH::Define( in Relu6Grad()
113 *g = FDH::Define( in CrossEntropyGrad()
127 FDH::Const("neg1", -1), in CrossEntropyGrad()
142 *g = FDH::Define( in Conv2DGrad()
[all …]
Dmath_grad.cc25 typedef FunctionDefHelper FDH; typedef
28 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise()
34 *g = FDH::Define( in GradForUnaryCwise()
81 FDH::Const("c", int64_t{2}), in SquareGrad()
95 FDH::Const("const", 0.5f), in SqrtGrad()
109 FDH::Const("const", -.5f), in RsqrtGrad()
152 FDH::Const("const", 1.0f), in Log1pGrad()
186 FDH::Const("const", 1.0f), in TanhGrad()
221 FDH::Const("const", 1.0f), in AtanhGrad()
235 FDH::Const("const", 1.0f), in SigmoidGrad()
[all …]
Dfunctional_grad.cc22 typedef FunctionDefHelper FDH; typedef
34 auto grad = FDH::FunctionRef("SymbolicGradient", in MapAccumulateGrad()
38 *ret = FDH::Define( in MapAccumulateGrad()
Dmath_grad_test.cc31 using FDH = FunctionDefHelper; typedef
43 Status Unary(const FDH::Node& op_node, const Tensor& x, const DataType dst, in Unary()
51 auto test = FDH::Define("Test", {adef("x", src)}, {adef("l", dst)}, {}, in Unary()
54 FDH::Const("zero", 0), in Unary()
55 FDH::Const("one", 1), in Unary()
62 auto grad = FDH::Define( in Unary()
65 FDH::Const("one", 1), in Unary()
71 {"f", FDH::FunctionRef("Test")}, in Unary()
98 const FDH::Node op_node = {{"y"}, op, {"x"}, {{"T", x.dtype()}}}; in Unary()
111 const FDH::Node op_node = { in SymCastGrad()
[all …]
Darray_grad_test.cc28 using FDH = FunctionDefHelper; typedef
45 {{"f", FDH::FunctionRef("Pack", in PackGrad()
86 {{"f", FDH::FunctionRef("Unpack", in UnpackGrad()
126 {{"f", FDH::FunctionRef("Concat", {{"N", 2}, {"T", T}})}, in ConcatGrad()
150 {{"f", FDH::FunctionRef("ConcatV2", {{"N", 2}, {"T", T}})}, in ConcatGradV2()
222 {{"f", FDH::FunctionRef( in SplitGrad()
253 {{"f", FDH::FunctionRef("SplitV", {{"split_dim", dim}, in SplitVGrad()
315 {{"f", FDH::FunctionRef("Reshape", {{"T", T}})}, in ReshapeGrad()
354 {{"f", FDH::FunctionRef("ExpandDims", {{"T", T}})}, in ExpandDimsGrad()
391 {{"f", FDH::FunctionRef("Squeeze", {{"T", T}})}, in SqueezeGrad()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc38 using FDH = ::tensorflow::FunctionDefHelper; typedef
102 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST()
115 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST()
141 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST()
151 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST()
183 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST()
199 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST()
231 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST()
246 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST()
278 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST()
[all …]
Dplacer_inspection_required_ops_utils_test.cc35 using FDH = ::tensorflow::FunctionDefHelper; typedef
76 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST()
128 {"f", FDH::FunctionRef("ReadResourceVariable", {})}}), in TEST()
Dplacer_test.cc53 using FDH = ::tensorflow::FunctionDefHelper; typedef
2150 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F()
2194 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F()
2237 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F()
2275 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST_F()
2314 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F()
2359 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F()
2400 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F()
2443 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST_F()
2481 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F()
[all …]
Dfunction_testlib.cc27 typedef FunctionDefHelper FDH; typedef
48 return FDH::Define( in FindDevice()
101 return FDH::Define( in BlockingOpFn()
Dfunction_test.cc63 using FDH = ::tensorflow::FunctionDefHelper; typedef
565 using FDH = ::tensorflow::FunctionDefHelper; in TEST_F() typedef
578 {"f", FDH::FunctionRef("XTimesFour", {{"T", DT_FLOAT}})}}}}, in TEST_F()
618 FunctionDef stateful_func = FDH::Define( in TEST_F()
628 {FDH::Const<int32>("shape", gtl::ArraySlice<int32>({1})), in TEST_F()
629 FDH::Const<int32>("minval", 0), in TEST_F()
630 FDH::Const<int32>("maxval", 10), in TEST_F()
1018 FDH::Create("AddAndMul", {"i: float"}, {"o: float"}, {}, in TEST_F()
1105 FDH::Create("AddAndMul", {"i: float"}, {"o: float"}, {}, in TEST_F()
1191 const FunctionDef func = FDH::Create( in TEST_F()
[all …]
Dlower_functional_ops_test.cc38 typedef FunctionDefHelper FDH; typedef
70 return FDH::Define( in WhileWithIfCond()
96 return FDH::Define( in WhileWithIfBody()
214 return FDH::Define( in IfWithWhileThen()
Dlower_function_call_op_test.cc71 using FDH = FunctionDefHelper; in TEST() typedef
80 FDH::Create("AddAndMul", {"i: int32"}, {"o: int32"}, {}, in TEST()
Dlower_if_op_test.cc153 using FDH = ::tensorflow::FunctionDefHelper; in TEST() typedef
158 return FDH::Create( in TEST()
Dlower_case_op_test.cc184 using FDH = ::tensorflow::FunctionDefHelper; in TEST() typedef
189 return FDH::Create( in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector_test.cc418 using FDH = FunctionDefHelper; in TEST_F() typedef
422 FunctionDef boost_1 = FDH::Create( in TEST_F()
425 FDH::Const("one", 1.0f)}, in TEST_F()
433 FunctionDef boost_1_gradient = FDH::Create( in TEST_F()
435 {FDH::Const("two", 2.0f), in TEST_F()
445 FunctionDef boost_2_func = FDH::Create( in TEST_F()
447 {FDH::Const("four", 4.0f), in TEST_F()
449 FDH::Const("one", 1.0f), in TEST_F()
450 FDH::Const("two", 2.0f)}, in TEST_F()
458 FunctionDef boost_2_gradient = FDH::Create( in TEST_F()
[all …]
Dfunction_optimizer_test.cc482 using FDH = FunctionDefHelper; in TEST_F() typedef
501 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
580 using FDH = FunctionDefHelper; in TEST_F() typedef
625 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
632 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
737 using FDH = FunctionDefHelper; in TEST_F() typedef
762 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
797 using FDH = FunctionDefHelper; in TEST_F() typedef
822 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
827 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F()
[all …]
Dmeta_optimizer_test.cc622 using FDH = FunctionDefHelper; in TEST_F() typedef
674 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F()
833 using FDH = FunctionDefHelper; in TEST_F() typedef
872 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F()
907 using FDH = FunctionDefHelper; in TEST_F() typedef
947 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc31 typedef FunctionDefHelper FDH; typedef
146 const FunctionDef x_times_two = FDH::Define( in TEST_F()
167 const FunctionDef x_times_two = FDH::Define( in TEST_F()
183 const FunctionDef x_times_two_copy = FDH::Define( in TEST_F()
204 const FunctionDef x_times_two = FDH::Define( in TEST_F()
222 const FunctionDef x_times_two_copy = FDH::Define( in TEST_F()
244 const FunctionDef assert_and_identity = FDH::Define( in TEST_F()
311 const FunctionDef x_times_two = FDH::Define( in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dwhile_op_test.cc51 typedef FunctionDefHelper FDH; in LessThanOrEqualToNWithCast() typedef
53 return FDH::Define( in LessThanOrEqualToNWithCast()
72 typedef FunctionDefHelper FDH; in XTimesTwoWithCast() typedef
74 return FDH::Define( in XTimesTwoWithCast()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmake_deterministic_test.cc340 typedef FunctionDefHelper FDH; in TEST_P() typedef
374 typedef FunctionDefHelper FDH; in TEST_P() typedef
413 typedef FunctionDefHelper FDH; in TEST_P() typedef
466 typedef FunctionDefHelper FDH; in TEST_P() typedef
524 typedef FunctionDefHelper FDH; in TEST_P() typedef
570 typedef FunctionDefHelper FDH; in TEST_P() typedef
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc34 using FDH = FunctionDefHelper; typedef
71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv1953 ,"GB","FDH","Fordhouses","Fordhouses","WMD","--3-----","AF","9811",,,

12